Html Css Color HEX #86BA8E Dark Sea Green

📋 copy color: '#86BA8E'

red 134 ◦ green 186 ◦ blue 142

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

Shades of Dark Sea Green #86BA8E

Tints of Dark Sea Green #86BA8E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.26%

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 29%
G = 40.26%
B = 30.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#86BA8E (or 0x86BA8E) is known color: Dark Sea Green. HEX triplet: 86, BA and 8E. RGB value is (134,186,142). Sum of RGB (Red+Green+Blue) = 134+186+142=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA8E is #794571. Grayscale: #A5A5A5. Windows color (decimal): -7947634 or 9353862. OLE color: 9353862.

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

Color convert

RGB 134 186 142 -
CMYK 0.28 0 0.24 0.27
HSL 129.23º 0.27% 0.63% -
HSV(B) 129.23º 0.28% 0.73% -
XYZ 32.27 42.14 32.02 -
YUV 165.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 134 186 142 0.28 0 0.24 0.27 129.23 0.27 0.63
Hex 86 BA 8E 1C 0 18 1B 81 1B 3F
Octal 206 272 216 34 0 30 33 201 33 77
Binary 10000110 10111010 10001110 11100 0 11000 11011 10000001 11011 111111

Color Harmonies of #86BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA8E

Black with #86BA8E

Text Example


Text Example

White with #86BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,186,142); }

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

background-color css

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

 a { background-color: rgb(134,186,142); }

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

border-color css

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

 span { border-color: rgb(134,186,142); }

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