Shades of Reef #CDFAA0
Tints of Reef #CDFAA0
RGB
CMYK
RGB Variations
Color information
#CDFAA0 (or 0xCDFAA0) is known color: Reef. HEX triplet: CD, FA and A0. RGB value is (205,250,160). Sum of RGB (Red+Green+Blue) = 205+250+160=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFAA0 is #32055F. Grayscale: #E2E2E2. Windows color (decimal): -3278176 or 10549965. OLE color: 10549965.
HSL color Cylindrical-coordinate representation of color #CDFAA0: hue angle of 90º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDFAA0 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 250 | 160 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.02 |
| HSL | 90º | 0.9% | 0.8% | - |
| HSV(B) | 90º | 0.36% | 0.98% | - |
| XYZ | 65.71 | 83.89 | 45.99 | - |
| YUV | 226.29 | 90.59 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 250 | 160 | 0.18 | 0 | 0.36 | 0.02 | 90 | 0.9 | 0.8 |
| Hex | CD | FA | A0 | 12 | 0 | 24 | 2 | 5A | 5A | 50 |
| Octal | 315 | 372 | 240 | 22 | 0 | 44 | 2 | 132 | 132 | 120 |
| Binary | 11001101 | 11111010 | 10100000 | 10010 | 0 | 100100 | 10 | 1011010 | 1011010 | 1010000 |
Color Harmonies of #CDFAA0
Complementary color
Monochromatic Colors of #CDFAA0
Black with #CDFAA0
Text Example
Text Example
White with #CDFAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAA0; }
p { color: rgb(205,250,160); }
H1.HeaderClassName
{
color: #CDFAA0;
}
.AnyTagClassName
{
color: #CDFAA0;
}
</style>
background-color css
<style>
a { background-color: #CDFAA0; }
a { background-color: rgb(205,250,160); }
div.DivClassName
{
background-color: #CDFAA0;
}
.BgClassName
{
background-color: #CDFAA0;
}
</style>
border-color css
<style>
span { border-color: #CDFAA0; }
span { border-color: rgb(205,250,160); }
td.TdClassName
{
border-color: #CDFAA0;
}
.TagClassName
{
border-color: #CDFAA0;
}
</style>