Shades of Padua #74AF8F
Tints of Padua #74AF8F
RGB
CMYK
RGB Variations
Color information
#74AF8F (or 0x74AF8F) is known color: Padua. HEX triplet: 74, AF and 8F. RGB value is (116,175,143). Sum of RGB (Red+Green+Blue) = 116+175+143=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AF8F is #8B5070. Grayscale: #999999. Windows color (decimal): -9130097 or 9416564. OLE color: 9416564.
HSL color Cylindrical-coordinate representation of color #74AF8F: hue angle of 147.46º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74AF8F is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 143 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.31 |
| HSL | 147.46º | 0.27% | 0.57% | - |
| HSV(B) | 147.46º | 0.34% | 0.69% | - |
| XYZ | 27.49 | 36.36 | 31.56 | - |
| YUV | 153.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 143 | 0.34 | 0 | 0.18 | 0.31 | 147.46 | 0.27 | 0.57 |
| Hex | 74 | AF | 8F | 22 | 0 | 12 | 1F | 93 | 1B | 39 |
| Octal | 164 | 257 | 217 | 42 | 0 | 22 | 37 | 223 | 33 | 71 |
| Binary | 1110100 | 10101111 | 10001111 | 100010 | 0 | 10010 | 11111 | 10010011 | 11011 | 111001 |
Color Harmonies of #74AF8F
Complementary color
Monochromatic Colors of #74AF8F
Black with #74AF8F
Text Example
Text Example
White with #74AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF8F; }
p { color: rgb(116,175,143); }
H1.HeaderClassName
{
color: #74AF8F;
}
.AnyTagClassName
{
color: #74AF8F;
}
</style>
background-color css
<style>
a { background-color: #74AF8F; }
a { background-color: rgb(116,175,143); }
div.DivClassName
{
background-color: #74AF8F;
}
.BgClassName
{
background-color: #74AF8F;
}
</style>
border-color css
<style>
span { border-color: #74AF8F; }
span { border-color: rgb(116,175,143); }
td.TdClassName
{
border-color: #74AF8F;
}
.TagClassName
{
border-color: #74AF8F;
}
</style>