Html Css Color HEX #85BC87 Dark Sea Green

📋 copy color: '#85BC87'

red 133 ◦ green 188 ◦ blue 135

#85BC87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #85BC87

Tints of Dark Sea Green #85BC87

RGB

 RED value IS 133 (52.34% from 255) = 29.17%

 GREEN value IS 188 (73.83% from 255) = 41.23%

 BLUE value IS 135 (53.13% from 255) = 29.61%

R = 29.17%
G = 41.23%
B = 29.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#85BC87 (or 0x85BC87) is known color: Dark Sea Green. HEX triplet: 85, BC and 87. RGB value is (133,188,135). Sum of RGB (Red+Green+Blue) = 133+188+135=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BC87 is #7A4378. Grayscale: #A5A5A5. Windows color (decimal): -8012665 or 8895621. OLE color: 8895621.

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

Color convert

RGB 133 188 135 -
CMYK 0.29 0 0.28 0.26
HSL 122.18º 0.29% 0.63% -
HSV(B) 122.18º 0.29% 0.74% -
XYZ 32.03 42.7 29.48 -
YUV 165.51 110.78 104.81 -
System Red Green Blue C M Y K H S L
Decimal 133 188 135 0.29 0 0.28 0.26 122.18 0.29 0.63
Hex 85 BC 87 1D 0 1C 1A 7A 1D 3F
Octal 205 274 207 35 0 34 32 172 35 77
Binary 10000101 10111100 10000111 11101 0 11100 11010 1111010 11101 111111

Color Harmonies of #85BC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC87

Black with #85BC87

Text Example


Text Example

White with #85BC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,135); }

 H1.HeaderClassName
 {
   color: #85BC87;
 }
 .AnyTagClassName
 {
   color: #85BC87;
 }
</style>

background-color css

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

 a { background-color: rgb(133,188,135); }

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

border-color css

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

 span { border-color: rgb(133,188,135); }

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