Html Css Color HEX #86BB80 Dark Sea Green

📋 copy color: '#86BB80'

red 134 ◦ green 187 ◦ blue 128

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

Shades of Dark Sea Green #86BB80

Tints of Dark Sea Green #86BB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.65%

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 29.84%
G = 41.65%
B = 28.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#86BB80 (or 0x86BB80) is known color: Dark Sea Green. HEX triplet: 86, BB and 80. RGB value is (134,187,128). Sum of RGB (Red+Green+Blue) = 134+187+128=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BB80 is #79447F. Grayscale: #A4A4A4. Windows color (decimal): -7947392 or 8436614. OLE color: 8436614.

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

Color convert

RGB 134 187 128 -
CMYK 0.28 0 0.32 0.27
HSL 113.9º 0.3% 0.62% -
HSV(B) 113.9º 0.32% 0.73% -
XYZ 31.5 42.17 26.9 -
YUV 164.43 107.44 106.3 -
System Red Green Blue C M Y K H S L
Decimal 134 187 128 0.28 0 0.32 0.27 113.9 0.3 0.62
Hex 86 BB 80 1C 0 20 1B 72 1E 3E
Octal 206 273 200 34 0 40 33 162 36 76
Binary 10000110 10111011 10000000 11100 0 100000 11011 1110010 11110 111110

Color Harmonies of #86BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BB80

Black with #86BB80

Text Example


Text Example

White with #86BB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,187,128); }

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

background-color css

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

 a { background-color: rgb(134,187,128); }

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

border-color css

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

 span { border-color: rgb(134,187,128); }

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