#83B09D

Color #83B09D Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #83B09D

Tints of Sea Nymph #83B09D

Color information

#83B09D (or 0x83B09D) is unknown color: approx Sea Nymph. HEX triplet: 83, B0 and 9D. RGB value is (131,176,157). Sum of RGB (Red+Green+Blue) = 131+176+157=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #83B09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83B09D is #7C4F62. Grayscale: #A0A0A0. Windows color (decimal): -8146787 or 10334339. OLE color: 10334339.

HSL color Cylindrical-coordinate representation of color #83B09D: hue angle of 154.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83B09D is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB131176157-
CMYK0.2600.110.31
HSL154.67º22.17%60.2%-
HSV(B)154.67º25.57%69.02%-
XYZ30.9738.3137.66-
YUV160.38126.09107.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 28.23%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=28.23%
G=37.93%
B=33.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311761570.2600.110.31154.6722.1760.2
Hex83B09D1A0B1F9b163c
Octal20326023532013372332674
Binary1000001110110000100111011101001011111111001101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83B09D; }

 p { color: rgb(131,176,157); }

 H1.HeaderClassName
 {
   color: #83B09D;
 }
 .AnyTagClassName
 {
   color: #83B09D;
 }
</style>
background-color css

<style>
 a { background-color: #83B09D; }

 a { background-color: rgb(131,176,157); }

 div.DivClassName
 {
   background-color: #83B09D;
 }
 .BgClassName
 {
   background-color: #83B09D;
 }
</style>
border-color css

<style>
 span { border-color: #83B09D; }

 span { border-color: rgb(131,176,157); }

 td.TdClassName
 {
   border-color: #83B09D;
 }
 .TagClassName
 {
   border-color: #83B09D;
 }
</style>