Shades of Reef #CCFAA2
Tints of Reef #CCFAA2
RGB
CMYK
RGB Variations
Color information
#CCFAA2 (or 0xCCFAA2) is known color: Reef. HEX triplet: CC, FA and A2. RGB value is (204,250,162). Sum of RGB (Red+Green+Blue) = 204+250+162=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAA2 is #33055D. Grayscale: #E2E2E2. Windows color (decimal): -3343710 or 10681036. OLE color: 10681036.
HSL color Cylindrical-coordinate representation of color #CCFAA2: hue angle of 91.36º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCFAA2 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 162 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.02 |
| HSL | 91.36º | 0.9% | 0.81% | - |
| HSV(B) | 91.36º | 0.35% | 0.98% | - |
| XYZ | 65.61 | 83.82 | 46.9 | - |
| YUV | 226.21 | 91.76 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 162 | 0.18 | 0 | 0.35 | 0.02 | 91.36 | 0.9 | 0.81 |
| Hex | CC | FA | A2 | 12 | 0 | 23 | 2 | 5B | 5A | 51 |
| Octal | 314 | 372 | 242 | 22 | 0 | 43 | 2 | 133 | 132 | 121 |
| Binary | 11001100 | 11111010 | 10100010 | 10010 | 0 | 100011 | 10 | 1011011 | 1011010 | 1010001 |
Color Harmonies of #CCFAA2
Complementary color
Monochromatic Colors of #CCFAA2
Black with #CCFAA2
Text Example
Text Example
White with #CCFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAA2; }
p { color: rgb(204,250,162); }
H1.HeaderClassName
{
color: #CCFAA2;
}
.AnyTagClassName
{
color: #CCFAA2;
}
</style>
background-color css
<style>
a { background-color: #CCFAA2; }
a { background-color: rgb(204,250,162); }
div.DivClassName
{
background-color: #CCFAA2;
}
.BgClassName
{
background-color: #CCFAA2;
}
</style>
border-color css
<style>
span { border-color: #CCFAA2; }
span { border-color: rgb(204,250,162); }
td.TdClassName
{
border-color: #CCFAA2;
}
.TagClassName
{
border-color: #CCFAA2;
}
</style>