Html Css Color HEX #86BC87 Dark Sea Green

📋 copy color: '#86BC87'

red 134 ◦ green 188 ◦ blue 135

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

Shades of Dark Sea Green #86BC87

Tints of Dark Sea Green #86BC87

RGB

 RED value IS 134 (52.73% from 255) = 29.32%

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

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

R = 29.32%
G = 41.14%
B = 29.54%

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

#86BC87 (or 0x86BC87) is known color: Dark Sea Green. HEX triplet: 86, BC and 87. RGB value is (134,188,135). Sum of RGB (Red+Green+Blue) = 134+188+135=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BC87 is #794378. Grayscale: #A5A5A5. Windows color (decimal): -7947129 or 8895622. OLE color: 8895622.

HSL color Cylindrical-coordinate representation of color #86BC87: hue angle of 121.11º 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 #86BC87 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 135 -
CMYK 0.29 0 0.28 0.26
HSL 121.11º 0.29% 0.63% -
HSV(B) 121.11º 0.29% 0.74% -
XYZ 32.19 42.78 29.48 -
YUV 165.81 110.61 105.31 -
System Red Green Blue C M Y K H S L
Decimal 134 188 135 0.29 0 0.28 0.26 121.11 0.29 0.63
Hex 86 BC 87 1D 0 1C 1A 79 1D 3F
Octal 206 274 207 35 0 34 32 171 35 77
Binary 10000110 10111100 10000111 11101 0 11100 11010 1111001 11101 111111

Color Harmonies of #86BC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC87

Black with #86BC87

Text Example


Text Example

White with #86BC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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