#96BB99

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

Shades of Dark Sea Green #96BB99

Tints of Dark Sea Green #96BB99

Color information

#96BB99 (or 0x96BB99) is unknown color: approx Dark Sea Green. HEX triplet: 96, BB and 99. RGB value is (150,187,153). Sum of RGB (Red+Green+Blue) = 150+187+153=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB99 is #694466. Grayscale: #ACACAC. Windows color (decimal): -6898791 or 10075030. OLE color: 10075030.

HSL color Cylindrical-coordinate representation of color #96BB99: hue angle of 124.86º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BB99 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB150187153-
CMYK0.2000.180.27
HSL124.86º21.39%66.08%-
HSV(B)124.86º19.79%73.33%-
XYZ36.144.3236.79-
YUV172.06117.24112.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 187 (73.44% from 255) = 38.16%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=30.61%
G=38.16%
B=31.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501871530.2000.180.27124.8621.3966.08
Hex96BB99140121B7d1542
Octal226273231240223317525102
Binary10010110101110111001100110100010010110111111101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,187,153); }

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

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

 a { background-color: rgb(150,187,153); }

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

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

 span { border-color: rgb(150,187,153); }

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