Shades of Nebula #AFD0C0
Tints of Nebula #AFD0C0
RGB
CMYK
RGB Variations
Color information
#AFD0C0 (or 0xAFD0C0) is known color: Nebula. HEX triplet: AF, D0 and C0. RGB value is (175,208,192). Sum of RGB (Red+Green+Blue) = 175+208+192=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0C0 is #502F3F. Grayscale: #C4C4C4. Windows color (decimal): -5254976 or 12636335. OLE color: 12636335.
HSL color Cylindrical-coordinate representation of color #AFD0C0: hue angle of 150.91º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD0C0 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 208 | 192 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.18 |
| HSL | 150.91º | 0.26% | 0.75% | - |
| HSV(B) | 150.91º | 0.16% | 0.82% | - |
| XYZ | 49.75 | 58.03 | 58.45 | - |
| YUV | 196.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 208 | 192 | 0.16 | 0 | 0.08 | 0.18 | 150.91 | 0.26 | 0.75 |
| Hex | AF | D0 | C0 | 10 | 0 | 8 | 12 | 97 | 1A | 4B |
| Octal | 257 | 320 | 300 | 20 | 0 | 10 | 22 | 227 | 32 | 113 |
| Binary | 10101111 | 11010000 | 11000000 | 10000 | 0 | 1000 | 10010 | 10010111 | 11010 | 1001011 |
Color Harmonies of #AFD0C0
Complementary color
Monochromatic Colors of #AFD0C0
Black with #AFD0C0
Text Example
Text Example
White with #AFD0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD0C0; }
p { color: rgb(175,208,192); }
H1.HeaderClassName
{
color: #AFD0C0;
}
.AnyTagClassName
{
color: #AFD0C0;
}
</style>
background-color css
<style>
a { background-color: #AFD0C0; }
a { background-color: rgb(175,208,192); }
div.DivClassName
{
background-color: #AFD0C0;
}
.BgClassName
{
background-color: #AFD0C0;
}
</style>
border-color css
<style>
span { border-color: #AFD0C0; }
span { border-color: rgb(175,208,192); }
td.TdClassName
{
border-color: #AFD0C0;
}
.TagClassName
{
border-color: #AFD0C0;
}
</style>