Html Css Color HEX #85AD9B Padua

📋 copy color: '#85AD9B'

red 133 ◦ green 173 ◦ blue 155

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

Shades of Padua #85AD9B

Tints of Padua #85AD9B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.53%

 BLUE value IS 155 (60.94% from 255) = 33.62%

R = 28.85%
G = 37.53%
B = 33.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#85AD9B (or 0x85AD9B) is known color: Padua. HEX triplet: 85, AD and 9B. RGB value is (133,173,155). Sum of RGB (Red+Green+Blue) = 133+173+155=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AD9B is #7A5264. Grayscale: #9F9F9F. Windows color (decimal): -8016485 or 10202501. OLE color: 10202501.

HSL color Cylindrical-coordinate representation of color #85AD9B: hue angle of 153º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AD9B is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 173 155 -
CMYK 0.23 0 0.10 0.32
HSL 153º 0.2% 0.6% -
HSV(B) 153º 0.23% 0.68% -
XYZ 30.53 37.24 36.59 -
YUV 158.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 133 173 155 0.23 0 0.10 0.32 153 0.2 0.6
Hex 85 AD 9B 17 0 A 20 99 14 3C
Octal 205 255 233 27 0 12 40 231 24 74
Binary 10000101 10101101 10011011 10111 0 1010 100000 10011001 10100 111100

Color Harmonies of #85AD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AD9B

Black with #85AD9B

Text Example


Text Example

White with #85AD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,173,155); }

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

background-color css

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

 a { background-color: rgb(133,173,155); }

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

border-color css

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

 span { border-color: rgb(133,173,155); }

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