Shades of Tiara #AFCEC0
Tints of Tiara #AFCEC0
RGB
CMYK
RGB Variations
Color information
#AFCEC0 (or 0xAFCEC0) is known color: Tiara. HEX triplet: AF, CE and C0. RGB value is (175,206,192). Sum of RGB (Red+Green+Blue) = 175+206+192=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEC0 is #50313F. Grayscale: #C3C3C3. Windows color (decimal): -5255488 or 12635823. OLE color: 12635823.
HSL color Cylindrical-coordinate representation of color #AFCEC0: hue angle of 152.9º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCEC0 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 175 | 206 | 192 | - |
CMYK | 0.15 | 0 | 0.07 | 0.19 |
HSL | 152.9º | 0.24% | 0.75% | - |
HSV(B) | 152.9º | 0.15% | 0.81% | - |
XYZ | 49.26 | 57.06 | 58.29 | - |
YUV | 195.14 | 126.23 | 113.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 206 | 192 | 0.15 | 0 | 0.07 | 0.19 | 152.9 | 0.24 | 0.75 |
Hex | AF | CE | C0 | F | 0 | 7 | 13 | 99 | 18 | 4B |
Octal | 257 | 316 | 300 | 17 | 0 | 7 | 23 | 231 | 30 | 113 |
Binary | 10101111 | 11001110 | 11000000 | 1111 | 0 | 111 | 10011 | 10011001 | 11000 | 1001011 |
Color Harmonies of #AFCEC0
Complementary color
Monochromatic Colors of #AFCEC0
Black with #AFCEC0
Text Example
Text Example
White with #AFCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCEC0; }
p { color: rgb(175,206,192); }
H1.HeaderClassName
{
color: #AFCEC0;
}
.AnyTagClassName
{
color: #AFCEC0;
}
</style>
background-color css
<style>
a { background-color: #AFCEC0; }
a { background-color: rgb(175,206,192); }
div.DivClassName
{
background-color: #AFCEC0;
}
.BgClassName
{
background-color: #AFCEC0;
}
</style>
border-color css
<style>
span { border-color: #AFCEC0; }
span { border-color: rgb(175,206,192); }
td.TdClassName
{
border-color: #AFCEC0;
}
.TagClassName
{
border-color: #AFCEC0;
}
</style>