#93CB96

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

Shades of Dark Sea Green #93CB96

Tints of Dark Sea Green #93CB96

Color information

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

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

Color convert

RGB147203150-
CMYK0.2800.260.20
HSL123.21º35%68.63%-
HSV(B)123.21º27.59%79.61%-
XYZ38.8951.1236.67-
YUV180.21110.95104.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472031500.2800.260.20123.213568.63
Hex93CB961C01A147b2345
Octal223313226340322417343105
Binary100100111100101110010110111000110101010011110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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