Shades of Tranquil #D4F7F0
Tints of Tranquil #D4F7F0
RGB
CMYK
RGB Variations
Color information
#D4F7F0 (or 0xD4F7F0) is known color: Tranquil. HEX triplet: D4, F7 and F0. RGB value is (212,247,240). Sum of RGB (Red+Green+Blue) = 212+247+240=699 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.33% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4F7F0 is #2B080F. Grayscale: #EBEBEB. Windows color (decimal): -2820112 or 15792084. OLE color: 15792084.
HSL color Cylindrical-coordinate representation of color #D4F7F0: hue angle of 168º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4F7F0 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 247 | 240 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.03 |
| HSL | 168º | 0.69% | 0.9% | - |
| HSV(B) | 168º | 0.14% | 0.97% | - |
| XYZ | 76.14 | 86.81 | 95.18 | - |
| YUV | 235.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 247 | 240 | 0.14 | 0 | 0.03 | 0.03 | 168 | 0.69 | 0.9 |
| Hex | D4 | F7 | F0 | E | 0 | 3 | 3 | A8 | 45 | 5A |
| Octal | 324 | 367 | 360 | 16 | 0 | 3 | 3 | 250 | 105 | 132 |
| Binary | 11010100 | 11110111 | 11110000 | 1110 | 0 | 11 | 11 | 10101000 | 1000101 | 1011010 |
Color Harmonies of #D4F7F0
Complementary color
Monochromatic Colors of #D4F7F0
Black with #D4F7F0
Text Example
Text Example
White with #D4F7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F7F0; }
p { color: rgb(212,247,240); }
H1.HeaderClassName
{
color: #D4F7F0;
}
.AnyTagClassName
{
color: #D4F7F0;
}
</style>
background-color css
<style>
a { background-color: #D4F7F0; }
a { background-color: rgb(212,247,240); }
div.DivClassName
{
background-color: #D4F7F0;
}
.BgClassName
{
background-color: #D4F7F0;
}
</style>
border-color css
<style>
span { border-color: #D4F7F0; }
span { border-color: rgb(212,247,240); }
td.TdClassName
{
border-color: #D4F7F0;
}
.TagClassName
{
border-color: #D4F7F0;
}
</style>