#96BF8E

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

Shades of Dark Sea Green #96BF8E

Tints of Dark Sea Green #96BF8E

Color information

#96BF8E (or 0x96BF8E) is unknown color: approx Dark Sea Green. HEX triplet: 96, BF and 8E. RGB value is (150,191,142). Sum of RGB (Red+Green+Blue) = 150+191+142=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BF8E is #694071. Grayscale: #ADADAD. Windows color (decimal): -6897778 or 9355158. OLE color: 9355158.

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

Color convert

RGB150191142-
CMYK0.2100.260.25
HSL110.2º27.68%65.29%-
HSV(B)110.2º25.65%74.9%-
XYZ36.0945.732.51-
YUV173.15110.42111.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.06%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=31.06%
G=39.54%
B=29.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501911420.2100.260.25110.227.6865.29
Hex96BF8E1501A196e1c41
Octal226277216250323115634101
Binary10010110101111111000111010101011010110011101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,191,142); }

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

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

 a { background-color: rgb(150,191,142); }

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

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

 span { border-color: rgb(150,191,142); }

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