Shades of Reef #CCF7A5
Tints of Reef #CCF7A5
RGB
CMYK
RGB Variations
Color information
#CCF7A5 (or 0xCCF7A5) is known color: Reef. HEX triplet: CC, F7 and A5. RGB value is (204,247,165). Sum of RGB (Red+Green+Blue) = 204+247+165=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 247 (96.88% from 255 or 40.10% from 616); Blue value is 165 (64.84% from 255 or 26.79% from 616); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF7A5 is #33085A. Grayscale: #E1E1E1. Windows color (decimal): -3344475 or 10876876. OLE color: 10876876.
HSL color Cylindrical-coordinate representation of color #CCF7A5: hue angle of 91.46º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCF7A5 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 165 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.03 |
| HSL | 91.46º | 0.84% | 0.81% | - |
| HSV(B) | 91.46º | 0.33% | 0.97% | - |
| XYZ | 64.95 | 82.08 | 48.02 | - |
| YUV | 224.8 | 94.25 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 165 | 0.17 | 0 | 0.33 | 0.03 | 91.46 | 0.84 | 0.81 |
| Hex | CC | F7 | A5 | 11 | 0 | 21 | 3 | 5B | 54 | 51 |
| Octal | 314 | 367 | 245 | 21 | 0 | 41 | 3 | 133 | 124 | 121 |
| Binary | 11001100 | 11110111 | 10100101 | 10001 | 0 | 100001 | 11 | 1011011 | 1010100 | 1010001 |
Color Harmonies of #CCF7A5
Complementary color
Monochromatic Colors of #CCF7A5
Black with #CCF7A5
Text Example
Text Example
White with #CCF7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7A5; }
p { color: rgb(204,247,165); }
H1.HeaderClassName
{
color: #CCF7A5;
}
.AnyTagClassName
{
color: #CCF7A5;
}
</style>
background-color css
<style>
a { background-color: #CCF7A5; }
a { background-color: rgb(204,247,165); }
div.DivClassName
{
background-color: #CCF7A5;
}
.BgClassName
{
background-color: #CCF7A5;
}
</style>
border-color css
<style>
span { border-color: #CCF7A5; }
span { border-color: rgb(204,247,165); }
td.TdClassName
{
border-color: #CCF7A5;
}
.TagClassName
{
border-color: #CCF7A5;
}
</style>