Shades of Reef #CCFEAA
Tints of Reef #CCFEAA
RGB
CMYK
RGB Variations
Color information
#CCFEAA (or 0xCCFEAA) is known color: Reef. HEX triplet: CC, FE and AA. RGB value is (204,254,170). Sum of RGB (Red+Green+Blue) = 204+254+170=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFEAA is #330155. Grayscale: #E5E5E5. Windows color (decimal): -3342678 or 11206348. OLE color: 11206348.
HSL color Cylindrical-coordinate representation of color #CCFEAA: hue angle of 95.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCFEAA is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 170 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.00 |
| HSL | 95.71º | 0.98% | 0.83% | - |
| HSV(B) | 95.71º | 0.33% | 1% | - |
| XYZ | 67.6 | 86.62 | 51.19 | - |
| YUV | 229.47 | 94.44 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 170 | 0.20 | 0 | 0.33 | 0.00 | 95.71 | 0.98 | 0.83 |
| Hex | CC | FE | AA | 14 | 0 | 21 | 0 | 60 | 62 | 53 |
| Octal | 314 | 376 | 252 | 24 | 0 | 41 | 0 | 140 | 142 | 123 |
| Binary | 11001100 | 11111110 | 10101010 | 10100 | 0 | 100001 | 0 | 1100000 | 1100010 | 1010011 |
Color Harmonies of #CCFEAA
Complementary color
Monochromatic Colors of #CCFEAA
Black with #CCFEAA
Text Example
Text Example
White with #CCFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEAA; }
p { color: rgb(204,254,170); }
H1.HeaderClassName
{
color: #CCFEAA;
}
.AnyTagClassName
{
color: #CCFEAA;
}
</style>
background-color css
<style>
a { background-color: #CCFEAA; }
a { background-color: rgb(204,254,170); }
div.DivClassName
{
background-color: #CCFEAA;
}
.BgClassName
{
background-color: #CCFEAA;
}
</style>
border-color css
<style>
span { border-color: #CCFEAA; }
span { border-color: rgb(204,254,170); }
td.TdClassName
{
border-color: #CCFEAA;
}
.TagClassName
{
border-color: #CCFEAA;
}
</style>