Html Css Color HEX #85AA96 Padua

📋 copy color: '#85AA96'

red 133 ◦ green 170 ◦ blue 150

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

Shades of Padua #85AA96

Tints of Padua #85AA96

RGB

 RED value IS 133 (52.34% from 255) = 29.36%

 GREEN value IS 170 (66.8% from 255) = 37.53%

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

R = 29.36%
G = 37.53%
B = 33.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#85AA96 (or 0x85AA96) is known color: Padua. HEX triplet: 85, AA and 96. RGB value is (133,170,150). Sum of RGB (Red+Green+Blue) = 133+170+150=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AA96 is #7A5569. Grayscale: #9C9C9C. Windows color (decimal): -8017258 or 9874053. OLE color: 9874053.

HSL color Cylindrical-coordinate representation of color #85AA96: hue angle of 147.57º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85AA96 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 170 150 -
CMYK 0.22 0 0.12 0.33
HSL 147.57º 0.18% 0.59% -
HSV(B) 147.57º 0.22% 0.67% -
XYZ 29.55 35.94 34.23 -
YUV 156.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 133 170 150 0.22 0 0.12 0.33 147.57 0.18 0.59
Hex 85 AA 96 16 0 C 21 94 12 3B
Octal 205 252 226 26 0 14 41 224 22 73
Binary 10000101 10101010 10010110 10110 0 1100 100001 10010100 10010 111011

Color Harmonies of #85AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA96

Black with #85AA96

Text Example


Text Example

White with #85AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85AA96; }

 p { color: rgb(133,170,150); }

 H1.HeaderClassName
 {
   color: #85AA96;
 }
 .AnyTagClassName
 {
   color: #85AA96;
 }
</style>

background-color css

<style>
 a { background-color: #85AA96; }

 a { background-color: rgb(133,170,150); }

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

border-color css

<style>
 span { border-color: #85AA96; }

 span { border-color: rgb(133,170,150); }

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