Shades of Reef #D0FFA1
Tints of Reef #D0FFA1
RGB
CMYK
RGB Variations
Color information
#D0FFA1 (or 0xD0FFA1) is known color: Reef. HEX triplet: D0, FF and A1. RGB value is (208,255,161). Sum of RGB (Red+Green+Blue) = 208+255+161=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 161 (63.28% from 255 or 25.80% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFA1 is #2F005E. Grayscale: #E6E6E6. Windows color (decimal): -3080287 or 10616784. OLE color: 10616784.
HSL color Cylindrical-coordinate representation of color #D0FFA1: hue angle of 90º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0FFA1 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 161 | - |
CMYK | 0.18 | 0 | 0.37 | 0 |
HSL | 90º | 1% | 0.82% | - |
HSV(B) | 90º | 0.37% | 1% | - |
XYZ | 68.21 | 87.5 | 47.01 | - |
YUV | 230.23 | 88.93 | 112.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 161 | 0.18 | 0 | 0.37 | 0 | 90 | 1 | 0.82 |
Hex | D0 | FF | A1 | 12 | 0 | 25 | 0 | 5A | 64 | 52 |
Octal | 320 | 377 | 241 | 22 | 0 | 45 | 0 | 132 | 144 | 122 |
Binary | 11010000 | 11111111 | 10100001 | 10010 | 0 | 100101 | 0 | 1011010 | 1100100 | 1010010 |
Color Harmonies of #D0FFA1
Complementary color
Monochromatic Colors of #D0FFA1
Black with #D0FFA1
Text Example
Text Example
White with #D0FFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFA1; }
p { color: rgb(208,255,161); }
H1.HeaderClassName
{
color: #D0FFA1;
}
.AnyTagClassName
{
color: #D0FFA1;
}
</style>
background-color css
<style>
a { background-color: #D0FFA1; }
a { background-color: rgb(208,255,161); }
div.DivClassName
{
background-color: #D0FFA1;
}
.BgClassName
{
background-color: #D0FFA1;
}
</style>
border-color css
<style>
span { border-color: #D0FFA1; }
span { border-color: rgb(208,255,161); }
td.TdClassName
{
border-color: #D0FFA1;
}
.TagClassName
{
border-color: #D0FFA1;
}
</style>