#85BA8D

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

Shades of Dark Sea Green #85BA8D

Tints of Dark Sea Green #85BA8D

Color information

#85BA8D (or 0x85BA8D) is unknown color: approx Dark Sea Green. HEX triplet: 85, BA and 8D. RGB value is (133,186,141). Sum of RGB (Red+Green+Blue) = 133+186+141=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BA8D is #7A4572. Grayscale: #A5A5A5. Windows color (decimal): -8013171 or 9288325. OLE color: 9288325.

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

Color convert

RGB133186141-
CMYK0.2800.240.27
HSL129.06º27.75%62.55%-
HSV(B)129.06º28.49%72.94%-
XYZ32.0442.0331.62-
YUV165.02114.44105.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.91%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=28.91%
G=40.43%
B=30.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331861410.2800.240.27129.0627.7562.55
Hex85BA8D1C0181B811c3f
Octal20527221534030332013477
Binary10000101101110101000110111100011000110111000000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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