#96CE93

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

Shades of Dark Sea Green #96CE93

Tints of Dark Sea Green #96CE93

Color information

#96CE93 (or 0x96CE93) is unknown color: approx Dark Sea Green. HEX triplet: 96, CE and 93. RGB value is (150,206,147). Sum of RGB (Red+Green+Blue) = 150+206+147=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE93 is #69316C. Grayscale: #B6B6B6. Windows color (decimal): -6893933 or 9686678. OLE color: 9686678.

HSL color Cylindrical-coordinate representation of color #96CE93: hue angle of 116.95º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96CE93 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB150206147-
CMYK0.2700.290.19
HSL116.95º37.58%69.22%-
HSV(B)116.95º28.64%80.78%-
XYZ39.9252.7335.68-
YUV182.53107.95104.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=29.82%
G=40.95%
B=29.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061470.2700.290.19116.9537.5869.22
Hex96CE931B01D13752645
Octal226316223330352316546105
Binary100101101100111010010011110110111011001111101011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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