#93CA97

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

Shades of Dark Sea Green #93CA97

Tints of Dark Sea Green #93CA97

Color information

#93CA97 (or 0x93CA97) is unknown color: approx Dark Sea Green. HEX triplet: 93, CA and 97. RGB value is (147,202,151). Sum of RGB (Red+Green+Blue) = 147+202+151=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CA97 is #6C3568. Grayscale: #B3B3B3. Windows color (decimal): -7091561 or 9947795. OLE color: 9947795.

HSL color Cylindrical-coordinate representation of color #93CA97: hue angle of 124.36º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93CA97 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB147202151-
CMYK0.2700.250.21
HSL124.36º34.16%68.43%-
HSV(B)124.36º27.23%79.22%-
XYZ38.7450.6837.02-
YUV179.74111.78104.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.4%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=29.4%
G=40.4%
B=30.2%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472021510.2700.250.21124.3634.1668.43
Hex93CA971B019157c2244
Octal223312227330312517442104
Binary100100111100101010010111110110110011010111111001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,202,151); }

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

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

 a { background-color: rgb(147,202,151); }

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

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

 span { border-color: rgb(147,202,151); }

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