Html Css Color HEX #86BA7E Dark Sea Green

📋 copy color: '#86BA7E'

red 134 ◦ green 186 ◦ blue 126

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

Shades of Dark Sea Green #86BA7E

Tints of Dark Sea Green #86BA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.25%

R = 30.04%
G = 41.7%
B = 28.25%

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

#86BA7E (or 0x86BA7E) is known color: Dark Sea Green. HEX triplet: 86, BA and 7E. RGB value is (134,186,126). Sum of RGB (Red+Green+Blue) = 134+186+126=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA7E is #794581. Grayscale: #A3A3A3. Windows color (decimal): -7947650 or 8305286. OLE color: 8305286.

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

Color convert

RGB 134 186 126 -
CMYK 0.28 0 0.32 0.27
HSL 112º 0.3% 0.61% -
HSV(B) 112º 0.32% 0.73% -
XYZ 31.16 41.69 26.14 -
YUV 163.61 106.77 106.88 -
System Red Green Blue C M Y K H S L
Decimal 134 186 126 0.28 0 0.32 0.27 112 0.3 0.61
Hex 86 BA 7E 1C 0 20 1B 70 1E 3D
Octal 206 272 176 34 0 40 33 160 36 75
Binary 10000110 10111010 1111110 11100 0 100000 11011 1110000 11110 111101

Color Harmonies of #86BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA7E

Black with #86BA7E

Text Example


Text Example

White with #86BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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