#85BA81

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

Shades of Dark Sea Green #85BA81

Tints of Dark Sea Green #85BA81

Color information

#85BA81 (or 0x85BA81) is unknown color: approx Dark Sea Green. HEX triplet: 85, BA and 81. RGB value is (133,186,129). Sum of RGB (Red+Green+Blue) = 133+186+129=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BA81 is #7A457E. Grayscale: #A3A3A3. Windows color (decimal): -8013183 or 8501893. OLE color: 8501893.

HSL color Cylindrical-coordinate representation of color #85BA81: hue angle of 115.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85BA81 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB133186129-
CMYK0.2800.310.27
HSL115.79º29.23%61.76%-
HSV(B)115.79º30.65%72.94%-
XYZ31.1941.6927.17-
YUV163.65108.44106.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.69%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=29.69%
G=41.52%
B=28.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331861290.2800.310.27115.7929.2361.76
Hex85BA811C01F1B741d3e
Octal20527220134037331643576
Binary1000010110111010100000011110001111111011111010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85BA81; }

 p { color: rgb(133,186,129); }

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

<style>
 a { background-color: #85BA81; }

 a { background-color: rgb(133,186,129); }

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

<style>
 span { border-color: #85BA81; }

 span { border-color: rgb(133,186,129); }

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