Html Css Color HEX #86B8A0 Padua

📋 copy color: '#86B8A0'

red 134 ◦ green 184 ◦ blue 160

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

Shades of Padua #86B8A0

Tints of Padua #86B8A0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.49%

 BLUE value IS 160 (62.89% from 255) = 33.47%

R = 28.03%
G = 38.49%
B = 33.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#86B8A0 (or 0x86B8A0) is known color: Padua. HEX triplet: 86, B8 and A0. RGB value is (134,184,160). Sum of RGB (Red+Green+Blue) = 134+184+160=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #86B8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B8A0 is #79475F. Grayscale: #A6A6A6. Windows color (decimal): -7948128 or 10532998. OLE color: 10532998.

HSL color Cylindrical-coordinate representation of color #86B8A0: hue angle of 151.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B8A0 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 184 160 -
CMYK 0.27 0 0.13 0.28
HSL 151.2º 0.26% 0.62% -
HSV(B) 151.2º 0.27% 0.72% -
XYZ 33.32 41.89 39.59 -
YUV 166.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 134 184 160 0.27 0 0.13 0.28 151.2 0.26 0.62
Hex 86 B8 A0 1B 0 D 1C 97 1A 3E
Octal 206 270 240 33 0 15 34 227 32 76
Binary 10000110 10111000 10100000 11011 0 1101 11100 10010111 11010 111110

Color Harmonies of #86B8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B8A0

Black with #86B8A0

Text Example


Text Example

White with #86B8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,184,160); }

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

background-color css

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

 a { background-color: rgb(134,184,160); }

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

border-color css

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

 span { border-color: rgb(134,184,160); }

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