Shades of Nebula #AFD4C2
Tints of Nebula #AFD4C2
RGB
CMYK
RGB Variations
Color information
#AFD4C2 (or 0xAFD4C2) is known color: Nebula. HEX triplet: AF, D4 and C2. RGB value is (175,212,194). Sum of RGB (Red+Green+Blue) = 175+212+194=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4C2 is #502B3D. Grayscale: #C6C6C6. Windows color (decimal): -5253950 or 12768431. OLE color: 12768431.
HSL color Cylindrical-coordinate representation of color #AFD4C2: hue angle of 150.81º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD4C2 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
RGB | 175 | 212 | 194 | - |
CMYK | 0.17 | 0 | 0.08 | 0.17 |
HSL | 150.81º | 0.3% | 0.76% | - |
HSV(B) | 150.81º | 0.17% | 0.83% | - |
XYZ | 50.96 | 60.1 | 59.95 | - |
YUV | 198.89 | 125.24 | 110.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 212 | 194 | 0.17 | 0 | 0.08 | 0.17 | 150.81 | 0.3 | 0.76 |
Hex | AF | D4 | C2 | 11 | 0 | 8 | 11 | 97 | 1E | 4C |
Octal | 257 | 324 | 302 | 21 | 0 | 10 | 21 | 227 | 36 | 114 |
Binary | 10101111 | 11010100 | 11000010 | 10001 | 0 | 1000 | 10001 | 10010111 | 11110 | 1001100 |
Color Harmonies of #AFD4C2
Complementary color
Monochromatic Colors of #AFD4C2
Black with #AFD4C2
Text Example
Text Example
White with #AFD4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD4C2; }
p { color: rgb(175,212,194); }
H1.HeaderClassName
{
color: #AFD4C2;
}
.AnyTagClassName
{
color: #AFD4C2;
}
</style>
background-color css
<style>
a { background-color: #AFD4C2; }
a { background-color: rgb(175,212,194); }
div.DivClassName
{
background-color: #AFD4C2;
}
.BgClassName
{
background-color: #AFD4C2;
}
</style>
border-color css
<style>
span { border-color: #AFD4C2; }
span { border-color: rgb(175,212,194); }
td.TdClassName
{
border-color: #AFD4C2;
}
.TagClassName
{
border-color: #AFD4C2;
}
</style>