#93CC96

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

Shades of Dark Sea Green #93CC96

Tints of Dark Sea Green #93CC96

Color information

#93CC96 (or 0x93CC96) is unknown color: approx Dark Sea Green. HEX triplet: 93, CC and 96. RGB value is (147,204,150). Sum of RGB (Red+Green+Blue) = 147+204+150=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CC96 is #6C3369. Grayscale: #B4B4B4. Windows color (decimal): -7091050 or 9882771. OLE color: 9882771.

HSL color Cylindrical-coordinate representation of color #93CC96: hue angle of 123.16º degrees, saturation: 0.36, 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 #93CC96 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB147204150-
CMYK0.2800.260.2
HSL123.16º35.85%68.82%-
HSV(B)123.16º27.94%80%-
XYZ39.1351.5936.75-
YUV180.8110.62103.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=29.34%
G=40.72%
B=29.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1472041500.2800.260.2123.1635.8568.82
Hex93CC961C01A147b2445
Octal223314226340322417344105
Binary100100111100110010010110111000110101010011110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CC96; }

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

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

<style>
 a { background-color: #93CC96; }

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

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

<style>
 span { border-color: #93CC96; }

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

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