Shades of Loblolly #AFC2B7
Tints of Loblolly #AFC2B7
RGB
CMYK
RGB Variations
Color information
#AFC2B7 (or 0xAFC2B7) is known color: Loblolly. HEX triplet: AF, C2 and B7. RGB value is (175,194,183). Sum of RGB (Red+Green+Blue) = 175+194+183=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2B7 is #503D48. Grayscale: #BBBBBB. Windows color (decimal): -5258569 or 12042927. OLE color: 12042927.
HSL color Cylindrical-coordinate representation of color #AFC2B7: hue angle of 145.26º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2B7 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 183 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.24 |
| HSL | 145.26º | 0.13% | 0.72% | - |
| HSV(B) | 145.26º | 0.1% | 0.76% | - |
| XYZ | 45.52 | 51.12 | 52.27 | - |
| YUV | 187.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 183 | 0.10 | 0 | 0.06 | 0.24 | 145.26 | 0.13 | 0.72 |
| Hex | AF | C2 | B7 | A | 0 | 6 | 18 | 91 | D | 48 |
| Octal | 257 | 302 | 267 | 12 | 0 | 6 | 30 | 221 | 15 | 110 |
| Binary | 10101111 | 11000010 | 10110111 | 1010 | 0 | 110 | 11000 | 10010001 | 1101 | 1001000 |
Color Harmonies of #AFC2B7
Complementary color
Monochromatic Colors of #AFC2B7
Black with #AFC2B7
Text Example
Text Example
White with #AFC2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2B7; }
p { color: rgb(175,194,183); }
H1.HeaderClassName
{
color: #AFC2B7;
}
.AnyTagClassName
{
color: #AFC2B7;
}
</style>
background-color css
<style>
a { background-color: #AFC2B7; }
a { background-color: rgb(175,194,183); }
div.DivClassName
{
background-color: #AFC2B7;
}
.BgClassName
{
background-color: #AFC2B7;
}
</style>
border-color css
<style>
span { border-color: #AFC2B7; }
span { border-color: rgb(175,194,183); }
td.TdClassName
{
border-color: #AFC2B7;
}
.TagClassName
{
border-color: #AFC2B7;
}
</style>