#96C993

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

Shades of Dark Sea Green #96C993

Tints of Dark Sea Green #96C993

Color information

#96C993 (or 0x96C993) is unknown color: approx Dark Sea Green. HEX triplet: 96, C9 and 93. RGB value is (150,201,147). Sum of RGB (Red+Green+Blue) = 150+201+147=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #96C993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C993 is #69366C. Grayscale: #B3B3B3. Windows color (decimal): -6895213 or 9685398. OLE color: 9685398.

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

Color convert

RGB150201147-
CMYK0.2500.270.21
HSL116.67º33.33%68.24%-
HSV(B)116.67º26.87%78.82%-
XYZ38.7350.3635.28-
YUV179.6109.6106.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.12%
GREEN value IS 201 (78.91% from 255) = 40.36%
BLUE value IS 147 (57.81% from 255) = 29.52%
R=30.12%
G=40.36%
B=29.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502011470.2500.270.21116.6733.3368.24
Hex96C9931901B15752144
Octal226311223310332516541104
Binary100101101100100110010011110010110111010111101011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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