#96C09B

Color #96C09B Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #96C09B

Tints of Dark Sea Green #96C09B

Color information

#96C09B (or 0x96C09B) is unknown color: approx Dark Sea Green. HEX triplet: 96, C0 and 9B. RGB value is (150,192,155). Sum of RGB (Red+Green+Blue) = 150+192+155=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #96C09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C09B is #693F64. Grayscale: #AFAFAF. Windows color (decimal): -6897509 or 10207382. OLE color: 10207382.

HSL color Cylindrical-coordinate representation of color #96C09B: hue angle of 127.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C09B is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB150192155-
CMYK0.2200.190.25
HSL127.14º25%67.06%-
HSV(B)127.14º21.88%75.29%-
XYZ37.3446.5538.03-
YUV175.22116.59110.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=30.18%
G=38.63%
B=31.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501921550.2200.190.25127.142567.06
Hex96C09B16013197f1943
Octal226300233260233117731103
Binary10010110110000001001101110110010011110011111111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C09B; }

 p { color: rgb(150,192,155); }

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

<style>
 a { background-color: #96C09B; }

 a { background-color: rgb(150,192,155); }

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

<style>
 span { border-color: #96C09B; }

 span { border-color: rgb(150,192,155); }

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