Html Css Color HEX #86B7A0 Padua

📋 copy color: '#86B7A0'

red 134 ◦ green 183 ◦ blue 160

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

Shades of Padua #86B7A0

Tints of Padua #86B7A0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.36%

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

R = 28.09%
G = 38.36%
B = 33.54%

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

#86B7A0 (or 0x86B7A0) is known color: Padua. HEX triplet: 86, B7 and A0. RGB value is (134,183,160). Sum of RGB (Red+Green+Blue) = 134+183+160=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #86B7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B7A0 is #79485F. Grayscale: #A5A5A5. Windows color (decimal): -7948384 or 10532742. OLE color: 10532742.

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

Color convert

RGB 134 183 160 -
CMYK 0.27 0 0.13 0.28
HSL 151.84º 0.25% 0.62% -
HSV(B) 151.84º 0.27% 0.72% -
XYZ 33.11 41.47 39.52 -
YUV 165.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 134 183 160 0.27 0 0.13 0.28 151.84 0.25 0.62
Hex 86 B7 A0 1B 0 D 1C 98 19 3E
Octal 206 267 240 33 0 15 34 230 31 76
Binary 10000110 10110111 10100000 11011 0 1101 11100 10011000 11001 111110

Color Harmonies of #86B7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B7A0

Black with #86B7A0

Text Example


Text Example

White with #86B7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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