#96C094

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

Shades of Dark Sea Green #96C094

Tints of Dark Sea Green #96C094

Color information

#96C094 (or 0x96C094) is unknown color: approx Dark Sea Green. HEX triplet: 96, C0 and 94. RGB value is (150,192,148). Sum of RGB (Red+Green+Blue) = 150+192+148=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #96C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C094 is #693F6B. Grayscale: #AEAEAE. Windows color (decimal): -6897516 or 9748630. OLE color: 9748630.

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

Color convert

RGB150192148-
CMYK0.2200.230.25
HSL117.27º25.88%66.67%-
HSV(B)117.27º22.92%75.29%-
XYZ36.7746.3235.02-
YUV174.43113.09110.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 192 (75.39% from 255) = 39.18%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=30.61%
G=39.18%
B=30.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501921480.2200.230.25117.2725.8866.67
Hex96C0941601719751a43
Octal226300224260273116532103
Binary10010110110000001001010010110010111110011110101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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