#96CB93

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

Shades of Dark Sea Green #96CB93

Tints of Dark Sea Green #96CB93

Color information

#96CB93 (or 0x96CB93) is unknown color: approx Dark Sea Green. HEX triplet: 96, CB and 93. RGB value is (150,203,147). Sum of RGB (Red+Green+Blue) = 150+203+147=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CB93 is #69346C. Grayscale: #B4B4B4. Windows color (decimal): -6894701 or 9685910. OLE color: 9685910.

HSL color Cylindrical-coordinate representation of color #96CB93: hue angle of 116.79º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CB93 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB150203147-
CMYK0.2600.280.20
HSL116.79º35%68.63%-
HSV(B)116.79º27.59%79.61%-
XYZ39.251.335.44-
YUV180.77108.94106.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 203 (79.69% from 255) = 40.6%
BLUE value IS 147 (57.81% from 255) = 29.4%
R=30%
G=40.6%
B=29.4%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502031470.2600.280.20116.793568.63
Hex96CB931A01C14752345
Octal226313223320342416543105
Binary100101101100101110010011110100111001010011101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,203,147); }

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

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

 a { background-color: rgb(150,203,147); }

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

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

 span { border-color: rgb(150,203,147); }

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