Shades of Reef #D4FAAC
Tints of Reef #D4FAAC
RGB
CMYK
RGB Variations
Color information
#D4FAAC (or 0xD4FAAC) is known color: Reef. HEX triplet: D4, FA and AC. RGB value is (212,250,172). Sum of RGB (Red+Green+Blue) = 212+250+172=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FAAC is #2B0553. Grayscale: #E6E6E6. Windows color (decimal): -2819412 or 11336404. OLE color: 11336404.
HSL color Cylindrical-coordinate representation of color #D4FAAC: hue angle of 89.23º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4FAAC is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 172 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.02 |
| HSL | 89.23º | 0.89% | 0.83% | - |
| HSV(B) | 89.23º | 0.31% | 0.98% | - |
| XYZ | 68.78 | 85.35 | 51.88 | - |
| YUV | 229.75 | 95.41 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 172 | 0.15 | 0 | 0.31 | 0.02 | 89.23 | 0.89 | 0.83 |
| Hex | D4 | FA | AC | F | 0 | 1F | 2 | 59 | 59 | 53 |
| Octal | 324 | 372 | 254 | 17 | 0 | 37 | 2 | 131 | 131 | 123 |
| Binary | 11010100 | 11111010 | 10101100 | 1111 | 0 | 11111 | 10 | 1011001 | 1011001 | 1010011 |
Color Harmonies of #D4FAAC
Complementary color
Monochromatic Colors of #D4FAAC
Black with #D4FAAC
Text Example
Text Example
White with #D4FAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FAAC; }
p { color: rgb(212,250,172); }
H1.HeaderClassName
{
color: #D4FAAC;
}
.AnyTagClassName
{
color: #D4FAAC;
}
</style>
background-color css
<style>
a { background-color: #D4FAAC; }
a { background-color: rgb(212,250,172); }
div.DivClassName
{
background-color: #D4FAAC;
}
.BgClassName
{
background-color: #D4FAAC;
}
</style>
border-color css
<style>
span { border-color: #D4FAAC; }
span { border-color: rgb(212,250,172); }
td.TdClassName
{
border-color: #D4FAAC;
}
.TagClassName
{
border-color: #D4FAAC;
}
</style>