#93C086

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

Shades of Dark Sea Green #93C086

Tints of Dark Sea Green #93C086

Color information

#93C086 (or 0x93C086) is unknown color: approx Dark Sea Green. HEX triplet: 93, C0 and 86. RGB value is (147,192,134). Sum of RGB (Red+Green+Blue) = 147+192+134=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #93C086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C086 is #6C3F79. Grayscale: #ACACAC. Windows color (decimal): -7094138 or 8831123. OLE color: 8831123.

HSL color Cylindrical-coordinate representation of color #93C086: hue angle of 106.55º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93C086 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB147192134-
CMYK0.2300.300.25
HSL106.55º31.52%63.92%-
HSV(B)106.55º30.21%75.29%-
XYZ35.1945.6229.51-
YUV171.93106.59110.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=31.08%
G=40.59%
B=28.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471921340.2300.300.25106.5531.5263.92
Hex93C0861701E196b2040
Octal223300206270363115340100
Binary100100111100000010000110101110111101100111010111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,192,134); }

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

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

 a { background-color: rgb(147,192,134); }

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

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

 span { border-color: rgb(147,192,134); }

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