Html Css Color HEX #86BA8A Dark Sea Green

📋 copy color: '#86BA8A'

red 134 ◦ green 186 ◦ blue 138

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

Shades of Dark Sea Green #86BA8A

Tints of Dark Sea Green #86BA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.13%

R = 29.26%
G = 40.61%
B = 30.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#86BA8A (or 0x86BA8A) is known color: Dark Sea Green. HEX triplet: 86, BA and 8A. RGB value is (134,186,138). Sum of RGB (Red+Green+Blue) = 134+186+138=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA8A is #794575. Grayscale: #A5A5A5. Windows color (decimal): -7947638 or 9091718. OLE color: 9091718.

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

Color convert

RGB 134 186 138 -
CMYK 0.28 0 0.26 0.27
HSL 124.62º 0.27% 0.63% -
HSV(B) 124.62º 0.28% 0.73% -
XYZ 31.98 42.02 30.47 -
YUV 164.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 134 186 138 0.28 0 0.26 0.27 124.62 0.27 0.63
Hex 86 BA 8A 1C 0 1A 1B 7D 1B 3F
Octal 206 272 212 34 0 32 33 175 33 77
Binary 10000110 10111010 10001010 11100 0 11010 11011 1111101 11011 111111

Color Harmonies of #86BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA8A

Black with #86BA8A

Text Example


Text Example

White with #86BA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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