#93C89A

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

Shades of Dark Sea Green #93C89A

Tints of Dark Sea Green #93C89A

Color information

#93C89A (or 0x93C89A) is unknown color: approx Dark Sea Green. HEX triplet: 93, C8 and 9A. RGB value is (147,200,154). Sum of RGB (Red+Green+Blue) = 147+200+154=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #93C89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C89A is #6C3765. Grayscale: #B3B3B3. Windows color (decimal): -7092070 or 10143891. OLE color: 10143891.

HSL color Cylindrical-coordinate representation of color #93C89A: hue angle of 127.92º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C89A is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB147200154-
CMYK0.2600.230.22
HSL127.92º32.52%68.04%-
HSV(B)127.92º26.5%78.43%-
XYZ38.5249.8438.16-
YUV178.91113.94105.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=29.34%
G=39.92%
B=30.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1472001540.2600.230.22127.9232.5268.04
Hex93C89A1A01716802144
Octal223310232320272620041104
Binary1001001111001000100110101101001011110110100000001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,200,154); }

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

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

 a { background-color: rgb(147,200,154); }

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

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

 span { border-color: rgb(147,200,154); }

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