Shades of Reef #D0F5A5
Tints of Reef #D0F5A5
RGB
CMYK
RGB Variations
Color information
#D0F5A5 (or 0xD0F5A5) is known color: Reef. HEX triplet: D0, F5 and A5. RGB value is (208,245,165). Sum of RGB (Red+Green+Blue) = 208+245+165=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 245 (96.09% from 255 or 39.64% from 618); Blue value is 165 (64.84% from 255 or 26.70% from 618); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F5A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F5A5 is #2F0A5A. Grayscale: #E1E1E1. Windows color (decimal): -3082843 or 10876368. OLE color: 10876368.
HSL color Cylindrical-coordinate representation of color #D0F5A5: hue angle of 87.75º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0F5A5 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 165 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.04 |
| HSL | 87.75º | 0.8% | 0.8% | - |
| HSV(B) | 87.75º | 0.33% | 0.96% | - |
| XYZ | 65.46 | 81.43 | 47.87 | - |
| YUV | 224.82 | 94.24 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 165 | 0.15 | 0 | 0.33 | 0.04 | 87.75 | 0.8 | 0.8 |
| Hex | D0 | F5 | A5 | F | 0 | 21 | 4 | 58 | 50 | 50 |
| Octal | 320 | 365 | 245 | 17 | 0 | 41 | 4 | 130 | 120 | 120 |
| Binary | 11010000 | 11110101 | 10100101 | 1111 | 0 | 100001 | 100 | 1011000 | 1010000 | 1010000 |
Color Harmonies of #D0F5A5
Complementary color
Monochromatic Colors of #D0F5A5
Black with #D0F5A5
Text Example
Text Example
White with #D0F5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F5A5; }
p { color: rgb(208,245,165); }
H1.HeaderClassName
{
color: #D0F5A5;
}
.AnyTagClassName
{
color: #D0F5A5;
}
</style>
background-color css
<style>
a { background-color: #D0F5A5; }
a { background-color: rgb(208,245,165); }
div.DivClassName
{
background-color: #D0F5A5;
}
.BgClassName
{
background-color: #D0F5A5;
}
</style>
border-color css
<style>
span { border-color: #D0F5A5; }
span { border-color: rgb(208,245,165); }
td.TdClassName
{
border-color: #D0F5A5;
}
.TagClassName
{
border-color: #D0F5A5;
}
</style>