Shades of Reef #CFFFAA
Tints of Reef #CFFFAA
RGB
CMYK
RGB Variations
Color information
#CFFFAA (or 0xCFFFAA) is known color: Reef. HEX triplet: CF, FF and AA. RGB value is (207,255,170). Sum of RGB (Red+Green+Blue) = 207+255+170=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFAA is #300055. Grayscale: #E7E7E7. Windows color (decimal): -3145814 or 11206607. OLE color: 11206607.
HSL color Cylindrical-coordinate representation of color #CFFFAA: hue angle of 93.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFFFAA is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 170 | - |
| CMYK | 0.19 | 0 | 0.33 | 0 |
| HSL | 93.88º | 1% | 0.83% | - |
| HSV(B) | 93.88º | 0.33% | 1% | - |
| XYZ | 68.75 | 87.69 | 51.33 | - |
| YUV | 230.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 170 | 0.19 | 0 | 0.33 | 0 | 93.88 | 1 | 0.83 |
| Hex | CF | FF | AA | 13 | 0 | 21 | 0 | 5E | 64 | 53 |
| Octal | 317 | 377 | 252 | 23 | 0 | 41 | 0 | 136 | 144 | 123 |
| Binary | 11001111 | 11111111 | 10101010 | 10011 | 0 | 100001 | 0 | 1011110 | 1100100 | 1010011 |
Color Harmonies of #CFFFAA
Complementary color
Monochromatic Colors of #CFFFAA
Black with #CFFFAA
Text Example
Text Example
White with #CFFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFAA; }
p { color: rgb(207,255,170); }
H1.HeaderClassName
{
color: #CFFFAA;
}
.AnyTagClassName
{
color: #CFFFAA;
}
</style>
background-color css
<style>
a { background-color: #CFFFAA; }
a { background-color: rgb(207,255,170); }
div.DivClassName
{
background-color: #CFFFAA;
}
.BgClassName
{
background-color: #CFFFAA;
}
</style>
border-color css
<style>
span { border-color: #CFFFAA; }
span { border-color: rgb(207,255,170); }
td.TdClassName
{
border-color: #CFFFAA;
}
.TagClassName
{
border-color: #CFFFAA;
}
</style>