Shades of Reef #D0FFAC
Tints of Reef #D0FFAC
RGB
CMYK
RGB Variations
Color information
#D0FFAC (or 0xD0FFAC) is known color: Reef. HEX triplet: D0, FF and AC. RGB value is (208,255,172). Sum of RGB (Red+Green+Blue) = 208+255+172=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFAC is #2F0053. Grayscale: #E7E7E7. Windows color (decimal): -3080276 or 11337680. OLE color: 11337680.
HSL color Cylindrical-coordinate representation of color #D0FFAC: hue angle of 93.98º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0FFAC is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 172 | - |
CMYK | 0.18 | 0 | 0.33 | 0 |
HSL | 93.98º | 1% | 0.84% | - |
HSV(B) | 93.98º | 0.33% | 1% | - |
XYZ | 69.22 | 87.91 | 52.35 | - |
YUV | 231.49 | 94.43 | 111.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 172 | 0.18 | 0 | 0.33 | 0 | 93.98 | 1 | 0.84 |
Hex | D0 | FF | AC | 12 | 0 | 21 | 0 | 5E | 64 | 54 |
Octal | 320 | 377 | 254 | 22 | 0 | 41 | 0 | 136 | 144 | 124 |
Binary | 11010000 | 11111111 | 10101100 | 10010 | 0 | 100001 | 0 | 1011110 | 1100100 | 1010100 |
Color Harmonies of #D0FFAC
Complementary color
Monochromatic Colors of #D0FFAC
Black with #D0FFAC
Text Example
Text Example
White with #D0FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFAC; }
p { color: rgb(208,255,172); }
H1.HeaderClassName
{
color: #D0FFAC;
}
.AnyTagClassName
{
color: #D0FFAC;
}
</style>
background-color css
<style>
a { background-color: #D0FFAC; }
a { background-color: rgb(208,255,172); }
div.DivClassName
{
background-color: #D0FFAC;
}
.BgClassName
{
background-color: #D0FFAC;
}
</style>
border-color css
<style>
span { border-color: #D0FFAC; }
span { border-color: rgb(208,255,172); }
td.TdClassName
{
border-color: #D0FFAC;
}
.TagClassName
{
border-color: #D0FFAC;
}
</style>