Shades of Opal #AFCAC2
Tints of Opal #AFCAC2
RGB
CMYK
RGB Variations
Color information
#AFCAC2 (or 0xAFCAC2) is known color: Opal. HEX triplet: AF, CA and C2. RGB value is (175,202,194). Sum of RGB (Red+Green+Blue) = 175+202+194=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAC2 is #50353D. Grayscale: #C1C1C1. Windows color (decimal): -5256510 or 12765871. OLE color: 12765871.
HSL color Cylindrical-coordinate representation of color #AFCAC2: hue angle of 162.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCAC2 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 194 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.21 |
| HSL | 162.22º | 0.2% | 0.74% | - |
| HSV(B) | 162.22º | 0.13% | 0.79% | - |
| XYZ | 48.54 | 55.25 | 59.15 | - |
| YUV | 193.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 194 | 0.13 | 0 | 0.04 | 0.21 | 162.22 | 0.2 | 0.74 |
| Hex | AF | CA | C2 | D | 0 | 4 | 15 | A2 | 14 | 4A |
| Octal | 257 | 312 | 302 | 15 | 0 | 4 | 25 | 242 | 24 | 112 |
| Binary | 10101111 | 11001010 | 11000010 | 1101 | 0 | 100 | 10101 | 10100010 | 10100 | 1001010 |
Color Harmonies of #AFCAC2
Complementary color
Monochromatic Colors of #AFCAC2
Black with #AFCAC2
Text Example
Text Example
White with #AFCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCAC2; }
p { color: rgb(175,202,194); }
H1.HeaderClassName
{
color: #AFCAC2;
}
.AnyTagClassName
{
color: #AFCAC2;
}
</style>
background-color css
<style>
a { background-color: #AFCAC2; }
a { background-color: rgb(175,202,194); }
div.DivClassName
{
background-color: #AFCAC2;
}
.BgClassName
{
background-color: #AFCAC2;
}
</style>
border-color css
<style>
span { border-color: #AFCAC2; }
span { border-color: rgb(175,202,194); }
td.TdClassName
{
border-color: #AFCAC2;
}
.TagClassName
{
border-color: #AFCAC2;
}
</style>