#96C08A

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

Shades of Dark Sea Green #96C08A

Tints of Dark Sea Green #96C08A

Color information

#96C08A (or 0x96C08A) is unknown color: approx Dark Sea Green. HEX triplet: 96, C0 and 8A. RGB value is (150,192,138). Sum of RGB (Red+Green+Blue) = 150+192+138=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #96C08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C08A is #693F75. Grayscale: #ADADAD. Windows color (decimal): -6897526 or 9093270. OLE color: 9093270.

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

Color convert

RGB150192138-
CMYK0.2200.280.25
HSL106.67º30%64.71%-
HSV(B)106.67º28.12%75.29%-
XYZ36.0146.0231.03-
YUV173.29108.09111.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.25%
GREEN value IS 192 (75.39% from 255) = 40%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=31.25%
G=40%
B=28.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501921380.2200.280.25106.673064.71
Hex96C08A1601C196b1e41
Octal226300212260343115336101
Binary10010110110000001000101010110011100110011101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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