Shades of Reef #CCFAA1
Tints of Reef #CCFAA1
RGB
CMYK
RGB Variations
Color information
#CCFAA1 (or 0xCCFAA1) is known color: Reef. HEX triplet: CC, FA and A1. RGB value is (204,250,161). Sum of RGB (Red+Green+Blue) = 204+250+161=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAA1 is #33055E. Grayscale: #E2E2E2. Windows color (decimal): -3343711 or 10615500. OLE color: 10615500.
HSL color Cylindrical-coordinate representation of color #CCFAA1: hue angle of 91.01º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCFAA1 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 161 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.02 |
| HSL | 91.01º | 0.9% | 0.81% | - |
| HSV(B) | 91.01º | 0.36% | 0.98% | - |
| XYZ | 65.52 | 83.78 | 46.44 | - |
| YUV | 226.1 | 91.26 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 161 | 0.18 | 0 | 0.36 | 0.02 | 91.01 | 0.9 | 0.81 |
| Hex | CC | FA | A1 | 12 | 0 | 24 | 2 | 5B | 5A | 51 |
| Octal | 314 | 372 | 241 | 22 | 0 | 44 | 2 | 133 | 132 | 121 |
| Binary | 11001100 | 11111010 | 10100001 | 10010 | 0 | 100100 | 10 | 1011011 | 1011010 | 1010001 |
Color Harmonies of #CCFAA1
Complementary color
Monochromatic Colors of #CCFAA1
Black with #CCFAA1
Text Example
Text Example
White with #CCFAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAA1; }
p { color: rgb(204,250,161); }
H1.HeaderClassName
{
color: #CCFAA1;
}
.AnyTagClassName
{
color: #CCFAA1;
}
</style>
background-color css
<style>
a { background-color: #CCFAA1; }
a { background-color: rgb(204,250,161); }
div.DivClassName
{
background-color: #CCFAA1;
}
.BgClassName
{
background-color: #CCFAA1;
}
</style>
border-color css
<style>
span { border-color: #CCFAA1; }
span { border-color: rgb(204,250,161); }
td.TdClassName
{
border-color: #CCFAA1;
}
.TagClassName
{
border-color: #CCFAA1;
}
</style>