Shades of Reef #CCFAA3
Tints of Reef #CCFAA3
RGB
CMYK
RGB Variations
Color information
#CCFAA3 (or 0xCCFAA3) is known color: Reef. HEX triplet: CC, FA and A3. RGB value is (204,250,163). Sum of RGB (Red+Green+Blue) = 204+250+163=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 163 (64.06% from 255 or 26.42% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAA3 is #33055C. Grayscale: #E2E2E2. Windows color (decimal): -3343709 or 10746572. OLE color: 10746572.
HSL color Cylindrical-coordinate representation of color #CCFAA3: hue angle of 91.72º 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 #CCFAA3 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 163 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.02 |
| HSL | 91.72º | 0.9% | 0.81% | - |
| HSV(B) | 91.72º | 0.35% | 0.98% | - |
| XYZ | 65.7 | 83.85 | 47.37 | - |
| YUV | 226.33 | 92.26 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 163 | 0.18 | 0 | 0.35 | 0.02 | 91.72 | 0.9 | 0.81 |
| Hex | CC | FA | A3 | 12 | 0 | 23 | 2 | 5C | 5A | 51 |
| Octal | 314 | 372 | 243 | 22 | 0 | 43 | 2 | 134 | 132 | 121 |
| Binary | 11001100 | 11111010 | 10100011 | 10010 | 0 | 100011 | 10 | 1011100 | 1011010 | 1010001 |
Color Harmonies of #CCFAA3
Complementary color
Monochromatic Colors of #CCFAA3
Black with #CCFAA3
Text Example
Text Example
White with #CCFAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAA3; }
p { color: rgb(204,250,163); }
H1.HeaderClassName
{
color: #CCFAA3;
}
.AnyTagClassName
{
color: #CCFAA3;
}
</style>
background-color css
<style>
a { background-color: #CCFAA3; }
a { background-color: rgb(204,250,163); }
div.DivClassName
{
background-color: #CCFAA3;
}
.BgClassName
{
background-color: #CCFAA3;
}
</style>
border-color css
<style>
span { border-color: #CCFAA3; }
span { border-color: rgb(204,250,163); }
td.TdClassName
{
border-color: #CCFAA3;
}
.TagClassName
{
border-color: #CCFAA3;
}
</style>