Html Css Color HEX #86AE80 Dark Sea Green

📋 copy color: '#86AE80'

red 134 ◦ green 174 ◦ blue 128

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

Shades of Dark Sea Green #86AE80

Tints of Dark Sea Green #86AE80

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.91%

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

R = 30.73%
G = 39.91%
B = 29.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#86AE80 (or 0x86AE80) is known color: Dark Sea Green. HEX triplet: 86, AE and 80. RGB value is (134,174,128). Sum of RGB (Red+Green+Blue) = 134+174+128=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AE80 is #79517F. Grayscale: #9C9C9C. Windows color (decimal): -7950720 or 8433286. OLE color: 8433286.

HSL color Cylindrical-coordinate representation of color #86AE80: hue angle of 112.17º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86AE80 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 174 128 -
CMYK 0.23 0 0.26 0.32
HSL 112.17º 0.22% 0.59% -
HSV(B) 112.17º 0.26% 0.68% -
XYZ 28.86 36.9 26.02 -
YUV 156.8 111.75 111.74 -
System Red Green Blue C M Y K H S L
Decimal 134 174 128 0.23 0 0.26 0.32 112.17 0.22 0.59
Hex 86 AE 80 17 0 1A 20 70 16 3B
Octal 206 256 200 27 0 32 40 160 26 73
Binary 10000110 10101110 10000000 10111 0 11010 100000 1110000 10110 111011

Color Harmonies of #86AE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AE80

Black with #86AE80

Text Example


Text Example

White with #86AE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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