#93BA95

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

Shades of Dark Sea Green #93BA95

Tints of Dark Sea Green #93BA95

Color information

#93BA95 (or 0x93BA95) is unknown color: approx Dark Sea Green. HEX triplet: 93, BA and 95. RGB value is (147,186,149). Sum of RGB (Red+Green+Blue) = 147+186+149=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BA95 is #6C456A. Grayscale: #AAAAAA. Windows color (decimal): -7095659 or 9812627. OLE color: 9812627.

HSL color Cylindrical-coordinate representation of color #93BA95: hue angle of 123.08º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BA95 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB147186149-
CMYK0.2100.200.27
HSL123.08º22.03%65.29%-
HSV(B)123.08º20.97%72.94%-
XYZ35.0243.4934.98-
YUV170.12116.08111.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.50%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=30.50%
G=38.59%
B=30.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471861490.2100.200.27123.0822.0365.29
Hex93BA95150141B7b1641
Octal223272225250243317326101
Binary10010011101110101001010110101010100110111111011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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