Shades of Ice Cold #A2F1DD
Tints of Ice Cold #A2F1DD
RGB
CMYK
RGB Variations
Color information
#A2F1DD (or 0xA2F1DD) is known color: Ice Cold. HEX triplet: A2, F1 and DD. RGB value is (162,241,221). Sum of RGB (Red+Green+Blue) = 162+241+221=624 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.96% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F1DD is #5D0E22. Grayscale: #D7D7D7. Windows color (decimal): -6098467 or 14545314. OLE color: 14545314.
HSL color Cylindrical-coordinate representation of color #A2F1DD: hue angle of 164.81º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F1DD is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 221 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.05 |
| HSL | 164.81º | 0.74% | 0.79% | - |
| HSV(B) | 164.81º | 0.33% | 0.95% | - |
| XYZ | 59.41 | 75.81 | 79.91 | - |
| YUV | 215.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 221 | 0.33 | 0 | 0.08 | 0.05 | 164.81 | 0.74 | 0.79 |
| Hex | A2 | F1 | DD | 21 | 0 | 8 | 5 | A5 | 4A | 4F |
| Octal | 242 | 361 | 335 | 41 | 0 | 10 | 5 | 245 | 112 | 117 |
| Binary | 10100010 | 11110001 | 11011101 | 100001 | 0 | 1000 | 101 | 10100101 | 1001010 | 1001111 |
Color Harmonies of #A2F1DD
Complementary color
Monochromatic Colors of #A2F1DD
Black with #A2F1DD
Text Example
Text Example
White with #A2F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F1DD; }
p { color: rgb(162,241,221); }
H1.HeaderClassName
{
color: #A2F1DD;
}
.AnyTagClassName
{
color: #A2F1DD;
}
</style>
background-color css
<style>
a { background-color: #A2F1DD; }
a { background-color: rgb(162,241,221); }
div.DivClassName
{
background-color: #A2F1DD;
}
.BgClassName
{
background-color: #A2F1DD;
}
</style>
border-color css
<style>
span { border-color: #A2F1DD; }
span { border-color: rgb(162,241,221); }
td.TdClassName
{
border-color: #A2F1DD;
}
.TagClassName
{
border-color: #A2F1DD;
}
</style>