Shades of Reef #D0FEA3
Tints of Reef #D0FEA3
RGB
CMYK
RGB Variations
Color information
#D0FEA3 (or 0xD0FEA3) is known color: Reef. HEX triplet: D0, FE and A3. RGB value is (208,254,163). Sum of RGB (Red+Green+Blue) = 208+254+163=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 163 (64.06% from 255 or 26.08% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FEA3 is #2F015C. Grayscale: #E6E6E6. Windows color (decimal): -3080541 or 10747600. OLE color: 10747600.
HSL color Cylindrical-coordinate representation of color #D0FEA3: hue angle of 90.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0FEA3 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 163 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.00 |
| HSL | 90.33º | 0.98% | 0.82% | - |
| HSV(B) | 90.33º | 0.36% | 1% | - |
| XYZ | 68.07 | 86.94 | 47.84 | - |
| YUV | 229.87 | 90.26 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 163 | 0.18 | 0 | 0.36 | 0.00 | 90.33 | 0.98 | 0.82 |
| Hex | D0 | FE | A3 | 12 | 0 | 24 | 0 | 5A | 62 | 52 |
| Octal | 320 | 376 | 243 | 22 | 0 | 44 | 0 | 132 | 142 | 122 |
| Binary | 11010000 | 11111110 | 10100011 | 10010 | 0 | 100100 | 0 | 1011010 | 1100010 | 1010010 |
Color Harmonies of #D0FEA3
Complementary color
Monochromatic Colors of #D0FEA3
Black with #D0FEA3
Text Example
Text Example
White with #D0FEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEA3; }
p { color: rgb(208,254,163); }
H1.HeaderClassName
{
color: #D0FEA3;
}
.AnyTagClassName
{
color: #D0FEA3;
}
</style>
background-color css
<style>
a { background-color: #D0FEA3; }
a { background-color: rgb(208,254,163); }
div.DivClassName
{
background-color: #D0FEA3;
}
.BgClassName
{
background-color: #D0FEA3;
}
</style>
border-color css
<style>
span { border-color: #D0FEA3; }
span { border-color: rgb(208,254,163); }
td.TdClassName
{
border-color: #D0FEA3;
}
.TagClassName
{
border-color: #D0FEA3;
}
</style>