Shades of Reef #CCFAA4
Tints of Reef #CCFAA4
RGB
CMYK
RGB Variations
Color information
#CCFAA4 (or 0xCCFAA4) is known color: Reef. HEX triplet: CC, FA and A4. RGB value is (204,250,164). Sum of RGB (Red+Green+Blue) = 204+250+164=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAA4 is #33055B. Grayscale: #E2E2E2. Windows color (decimal): -3343708 or 10812108. OLE color: 10812108.
HSL color Cylindrical-coordinate representation of color #CCFAA4: hue angle of 92.09º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCFAA4 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 164 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.02 |
| HSL | 92.09º | 0.9% | 0.81% | - |
| HSV(B) | 92.09º | 0.34% | 0.98% | - |
| XYZ | 65.79 | 83.89 | 47.85 | - |
| YUV | 226.44 | 92.76 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 164 | 0.18 | 0 | 0.34 | 0.02 | 92.09 | 0.9 | 0.81 |
| Hex | CC | FA | A4 | 12 | 0 | 22 | 2 | 5C | 5A | 51 |
| Octal | 314 | 372 | 244 | 22 | 0 | 42 | 2 | 134 | 132 | 121 |
| Binary | 11001100 | 11111010 | 10100100 | 10010 | 0 | 100010 | 10 | 1011100 | 1011010 | 1010001 |
Color Harmonies of #CCFAA4
Complementary color
Monochromatic Colors of #CCFAA4
Black with #CCFAA4
Text Example
Text Example
White with #CCFAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAA4; }
p { color: rgb(204,250,164); }
H1.HeaderClassName
{
color: #CCFAA4;
}
.AnyTagClassName
{
color: #CCFAA4;
}
</style>
background-color css
<style>
a { background-color: #CCFAA4; }
a { background-color: rgb(204,250,164); }
div.DivClassName
{
background-color: #CCFAA4;
}
.BgClassName
{
background-color: #CCFAA4;
}
</style>
border-color css
<style>
span { border-color: #CCFAA4; }
span { border-color: rgb(204,250,164); }
td.TdClassName
{
border-color: #CCFAA4;
}
.TagClassName
{
border-color: #CCFAA4;
}
</style>