#93CB99

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

Shades of Dark Sea Green #93CB99

Tints of Dark Sea Green #93CB99

Color information

#93CB99 (or 0x93CB99) is unknown color: approx Dark Sea Green. HEX triplet: 93, CB and 99. RGB value is (147,203,153). Sum of RGB (Red+Green+Blue) = 147+203+153=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CB99 is #6C3466. Grayscale: #B4B4B4. Windows color (decimal): -7091303 or 10079123. OLE color: 10079123.

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

Color convert

RGB147203153-
CMYK0.2800.250.20
HSL126.43º35%68.63%-
HSV(B)126.43º27.59%79.61%-
XYZ39.1451.2137.96-
YUV180.56112.45104.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 203 (79.69% from 255) = 40.36%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=29.22%
G=40.36%
B=30.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472031530.2800.250.20126.433568.63
Hex93CB991C019147e2345
Octal223313231340312417643105
Binary100100111100101110011001111000110011010011111101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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