Shades of Reef #D0FFA5
Tints of Reef #D0FFA5
RGB
CMYK
RGB Variations
Color information
#D0FFA5 (or 0xD0FFA5) is known color: Reef. HEX triplet: D0, FF and A5. RGB value is (208,255,165). Sum of RGB (Red+Green+Blue) = 208+255+165=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFA5 is #2F005A. Grayscale: #E7E7E7. Windows color (decimal): -3080283 or 10878928. OLE color: 10878928.
HSL color Cylindrical-coordinate representation of color #D0FFA5: hue angle of 91.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0FFA5 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 165 | - |
| CMYK | 0.18 | 0 | 0.35 | 0 |
| HSL | 91.33º | 1% | 0.82% | - |
| HSV(B) | 91.33º | 0.35% | 1% | - |
| XYZ | 68.56 | 87.65 | 48.9 | - |
| YUV | 230.69 | 90.93 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 165 | 0.18 | 0 | 0.35 | 0 | 91.33 | 1 | 0.82 |
| Hex | D0 | FF | A5 | 12 | 0 | 23 | 0 | 5B | 64 | 52 |
| Octal | 320 | 377 | 245 | 22 | 0 | 43 | 0 | 133 | 144 | 122 |
| Binary | 11010000 | 11111111 | 10100101 | 10010 | 0 | 100011 | 0 | 1011011 | 1100100 | 1010010 |
Color Harmonies of #D0FFA5
Complementary color
Monochromatic Colors of #D0FFA5
Black with #D0FFA5
Text Example
Text Example
White with #D0FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFA5; }
p { color: rgb(208,255,165); }
H1.HeaderClassName
{
color: #D0FFA5;
}
.AnyTagClassName
{
color: #D0FFA5;
}
</style>
background-color css
<style>
a { background-color: #D0FFA5; }
a { background-color: rgb(208,255,165); }
div.DivClassName
{
background-color: #D0FFA5;
}
.BgClassName
{
background-color: #D0FFA5;
}
</style>
border-color css
<style>
span { border-color: #D0FFA5; }
span { border-color: rgb(208,255,165); }
td.TdClassName
{
border-color: #D0FFA5;
}
.TagClassName
{
border-color: #D0FFA5;
}
</style>