Shades of Reef #CCFFA6
Tints of Reef #CCFFA6
RGB
CMYK
RGB Variations
Color information
#CCFFA6 (or 0xCCFFA6) is known color: Reef. HEX triplet: CC, FF and A6. RGB value is (204,255,166). Sum of RGB (Red+Green+Blue) = 204+255+166=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 166 (65.23% from 255 or 26.56% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA6 is #330059. Grayscale: #E5E5E5. Windows color (decimal): -3342426 or 10944460. OLE color: 10944460.
HSL color Cylindrical-coordinate representation of color #CCFFA6: hue angle of 94.38º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCFFA6 is Cyan = 0.2, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 166 | - |
| CMYK | 0.2 | 0 | 0.35 | 0 |
| HSL | 94.38º | 1% | 0.83% | - |
| HSV(B) | 94.38º | 0.35% | 1% | - |
| XYZ | 67.54 | 87.11 | 49.33 | - |
| YUV | 229.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 166 | 0.2 | 0 | 0.35 | 0 | 94.38 | 1 | 0.83 |
| Hex | CC | FF | A6 | 14 | 0 | 23 | 0 | 5E | 64 | 53 |
| Octal | 314 | 377 | 246 | 24 | 0 | 43 | 0 | 136 | 144 | 123 |
| Binary | 11001100 | 11111111 | 10100110 | 10100 | 0 | 100011 | 0 | 1011110 | 1100100 | 1010011 |
Color Harmonies of #CCFFA6
Complementary color
Monochromatic Colors of #CCFFA6
Black with #CCFFA6
Text Example
Text Example
White with #CCFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFA6; }
p { color: rgb(204,255,166); }
H1.HeaderClassName
{
color: #CCFFA6;
}
.AnyTagClassName
{
color: #CCFFA6;
}
</style>
background-color css
<style>
a { background-color: #CCFFA6; }
a { background-color: rgb(204,255,166); }
div.DivClassName
{
background-color: #CCFFA6;
}
.BgClassName
{
background-color: #CCFFA6;
}
</style>
border-color css
<style>
span { border-color: #CCFFA6; }
span { border-color: rgb(204,255,166); }
td.TdClassName
{
border-color: #CCFFA6;
}
.TagClassName
{
border-color: #CCFFA6;
}
</style>