#93CB95

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

Shades of Dark Sea Green #93CB95

Tints of Dark Sea Green #93CB95

Color information

#93CB95 (or 0x93CB95) is unknown color: approx Dark Sea Green. HEX triplet: 93, CB and 95. RGB value is (147,203,149). Sum of RGB (Red+Green+Blue) = 147+203+149=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CB95 is #6C346A. Grayscale: #B4B4B4. Windows color (decimal): -7091307 or 9816979. OLE color: 9816979.

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

Color convert

RGB147203149-
CMYK0.2800.270.20
HSL122.14º35%68.63%-
HSV(B)122.14º27.59%79.61%-
XYZ38.8151.0836.25-
YUV180.1110.45104.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 203 (79.69% from 255) = 40.68%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=29.46%
G=40.68%
B=29.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472031490.2800.270.20122.143568.63
Hex93CB951C01B147a2345
Octal223313225340332417243105
Binary100100111100101110010101111000110111010011110101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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