Shades of Aqua Squeeze #D0F0D2
Tints of Aqua Squeeze #D0F0D2
RGB
CMYK
RGB Variations
Color information
#D0F0D2 (or 0xD0F0D2) is known color: Aqua Squeeze. HEX triplet: D0, F0 and D2. RGB value is (208,240,210). Sum of RGB (Red+Green+Blue) = 208+240+210=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F0D2 is #2F0F2D. Grayscale: #E3E3E3. Windows color (decimal): -3084078 or 13824208. OLE color: 13824208.
HSL color Cylindrical-coordinate representation of color #D0F0D2: hue angle of 123.75º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0F0D2 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 210 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.06 |
| HSL | 123.75º | 0.52% | 0.88% | - |
| HSV(B) | 123.75º | 0.13% | 0.94% | - |
| XYZ | 68.81 | 80.38 | 72.86 | - |
| YUV | 227.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 210 | 0.13 | 0 | 0.12 | 0.06 | 123.75 | 0.52 | 0.88 |
| Hex | D0 | F0 | D2 | D | 0 | C | 6 | 7C | 34 | 58 |
| Octal | 320 | 360 | 322 | 15 | 0 | 14 | 6 | 174 | 64 | 130 |
| Binary | 11010000 | 11110000 | 11010010 | 1101 | 0 | 1100 | 110 | 1111100 | 110100 | 1011000 |
Color Harmonies of #D0F0D2
Complementary color
Monochromatic Colors of #D0F0D2
Black with #D0F0D2
Text Example
Text Example
White with #D0F0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F0D2; }
p { color: rgb(208,240,210); }
H1.HeaderClassName
{
color: #D0F0D2;
}
.AnyTagClassName
{
color: #D0F0D2;
}
</style>
background-color css
<style>
a { background-color: #D0F0D2; }
a { background-color: rgb(208,240,210); }
div.DivClassName
{
background-color: #D0F0D2;
}
.BgClassName
{
background-color: #D0F0D2;
}
</style>
border-color css
<style>
span { border-color: #D0F0D2; }
span { border-color: rgb(208,240,210); }
td.TdClassName
{
border-color: #D0F0D2;
}
.TagClassName
{
border-color: #D0F0D2;
}
</style>