Html Css Color HEX #86AC96 Padua

📋 copy color: '#86AC96'

red 134 ◦ green 172 ◦ blue 150

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

Shades of Padua #86AC96

Tints of Padua #86AC96

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.72%

 BLUE value IS 150 (58.98% from 255) = 32.89%

R = 29.39%
G = 37.72%
B = 32.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#86AC96 (or 0x86AC96) is known color: Padua. HEX triplet: 86, AC and 96. RGB value is (134,172,150). Sum of RGB (Red+Green+Blue) = 134+172+150=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AC96 is #795369. Grayscale: #9E9E9E. Windows color (decimal): -7951210 or 9874566. OLE color: 9874566.

HSL color Cylindrical-coordinate representation of color #86AC96: hue angle of 145.26º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86AC96 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 150 -
CMYK 0.22 0 0.13 0.33
HSL 145.26º 0.19% 0.6% -
HSV(B) 145.26º 0.22% 0.67% -
XYZ 30.09 36.78 34.37 -
YUV 158.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 134 172 150 0.22 0 0.13 0.33 145.26 0.19 0.6
Hex 86 AC 96 16 0 D 21 91 13 3C
Octal 206 254 226 26 0 15 41 221 23 74
Binary 10000110 10101100 10010110 10110 0 1101 100001 10010001 10011 111100

Color Harmonies of #86AC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC96

Black with #86AC96

Text Example


Text Example

White with #86AC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,172,150); }

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

background-color css

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

 a { background-color: rgb(134,172,150); }

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

border-color css

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

 span { border-color: rgb(134,172,150); }

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