Html Css Color HEX #86AE85 Dark Sea Green

📋 copy color: '#86AE85'

red 134 ◦ green 174 ◦ blue 133

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

Shades of Dark Sea Green #86AE85

Tints of Dark Sea Green #86AE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.16%

R = 30.39%
G = 39.46%
B = 30.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#86AE85 (or 0x86AE85) is known color: Dark Sea Green. HEX triplet: 86, AE and 85. RGB value is (134,174,133). Sum of RGB (Red+Green+Blue) = 134+174+133=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AE85 is #79517A. Grayscale: #9D9D9D. Windows color (decimal): -7950715 or 8760966. OLE color: 8760966.

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

Color convert

RGB 134 174 133 -
CMYK 0.23 0 0.24 0.32
HSL 118.54º 0.2% 0.6% -
HSV(B) 118.54º 0.24% 0.68% -
XYZ 29.2 37.03 27.8 -
YUV 157.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 134 174 133 0.23 0 0.24 0.32 118.54 0.2 0.6
Hex 86 AE 85 17 0 18 20 77 14 3C
Octal 206 256 205 27 0 30 40 167 24 74
Binary 10000110 10101110 10000101 10111 0 11000 100000 1110111 10100 111100

Color Harmonies of #86AE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AE85

Black with #86AE85

Text Example


Text Example

White with #86AE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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