Html Css Color HEX #85AC98 Padua

📋 copy color: '#85AC98'

red 133 ◦ green 172 ◦ blue 152

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

Shades of Padua #85AC98

Tints of Padua #85AC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 29.1%
G = 37.64%
B = 33.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#85AC98 (or 0x85AC98) is known color: Padua. HEX triplet: 85, AC and 98. RGB value is (133,172,152). Sum of RGB (Red+Green+Blue) = 133+172+152=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AC98 is #7A5367. Grayscale: #9E9E9E. Windows color (decimal): -8016744 or 10005637. OLE color: 10005637.

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

Color convert

RGB 133 172 152 -
CMYK 0.23 0 0.12 0.33
HSL 149.23º 0.19% 0.6% -
HSV(B) 149.23º 0.23% 0.67% -
XYZ 30.09 36.76 35.21 -
YUV 158.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 133 172 152 0.23 0 0.12 0.33 149.23 0.19 0.6
Hex 85 AC 98 17 0 C 21 95 13 3C
Octal 205 254 230 27 0 14 41 225 23 74
Binary 10000101 10101100 10011000 10111 0 1100 100001 10010101 10011 111100

Color Harmonies of #85AC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC98

Black with #85AC98

Text Example


Text Example

White with #85AC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,172,152); }

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

background-color css

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

 a { background-color: rgb(133,172,152); }

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

border-color css

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

 span { border-color: rgb(133,172,152); }

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