#96C39B

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

Shades of Dark Sea Green #96C39B

Tints of Dark Sea Green #96C39B

Color information

#96C39B (or 0x96C39B) is unknown color: approx Dark Sea Green. HEX triplet: 96, C3 and 9B. RGB value is (150,195,155). Sum of RGB (Red+Green+Blue) = 150+195+155=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #96C39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C39B is #693C64. Grayscale: #B1B1B1. Windows color (decimal): -6896741 or 10208150. OLE color: 10208150.

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

Color convert

RGB150195155-
CMYK0.2300.210.24
HSL126.67º27.27%67.65%-
HSV(B)126.67º23.08%76.47%-
XYZ38.0147.8838.25-
YUV176.98115.59108.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 195 (76.56% from 255) = 39%
BLUE value IS 155 (60.94% from 255) = 31%
R=30%
G=39%
B=31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501951550.2300.210.24126.6727.2767.65
Hex96C39B17015187f1b44
Octal226303233270253017733104
Binary10010110110000111001101110111010101110001111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,195,155); }

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

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

 a { background-color: rgb(150,195,155); }

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

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

 span { border-color: rgb(150,195,155); }

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