#96C29C

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

Shades of Dark Sea Green #96C29C

Tints of Dark Sea Green #96C29C

Color information

#96C29C (or 0x96C29C) is unknown color: approx Dark Sea Green. HEX triplet: 96, C2 and 9C. RGB value is (150,194,156). Sum of RGB (Red+Green+Blue) = 150+194+156=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #96C29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C29C is #693D63. Grayscale: #B0B0B0. Windows color (decimal): -6896996 or 10273430. OLE color: 10273430.

HSL color Cylindrical-coordinate representation of color #96C29C: hue angle of 128.18º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C29C is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB150194156-
CMYK0.2300.200.24
HSL128.18º26.51%67.45%-
HSV(B)128.18º22.68%76.08%-
XYZ37.8747.4738.62-
YUV176.51116.42109.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 156 (61.33% from 255) = 31.2%
R=30%
G=38.8%
B=31.2%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501941560.2300.200.24128.1826.5167.45
Hex96C29C1701418801b43
Octal226302234270243020033103
Binary100101101100001010011100101110101001100010000000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,194,156); }

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

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

 a { background-color: rgb(150,194,156); }

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

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

 span { border-color: rgb(150,194,156); }

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