Shades of Reef #CFFAAA
Tints of Reef #CFFAAA
RGB
CMYK
RGB Variations
Color information
#CFFAAA (or 0xCFFAAA) is known color: Reef. HEX triplet: CF, FA and AA. RGB value is (207,250,170). Sum of RGB (Red+Green+Blue) = 207+250+170=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFAAA is #300555. Grayscale: #E4E4E4. Windows color (decimal): -3147094 or 11205327. OLE color: 11205327.
HSL color Cylindrical-coordinate representation of color #CFFAAA: hue angle of 92.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFFAAA is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 170 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.02 |
| HSL | 92.25º | 0.89% | 0.82% | - |
| HSV(B) | 92.25º | 0.32% | 0.98% | - |
| XYZ | 67.17 | 84.54 | 50.81 | - |
| YUV | 228.02 | 95.25 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 170 | 0.17 | 0 | 0.32 | 0.02 | 92.25 | 0.89 | 0.82 |
| Hex | CF | FA | AA | 11 | 0 | 20 | 2 | 5C | 59 | 52 |
| Octal | 317 | 372 | 252 | 21 | 0 | 40 | 2 | 134 | 131 | 122 |
| Binary | 11001111 | 11111010 | 10101010 | 10001 | 0 | 100000 | 10 | 1011100 | 1011001 | 1010010 |
Color Harmonies of #CFFAAA
Complementary color
Monochromatic Colors of #CFFAAA
Black with #CFFAAA
Text Example
Text Example
White with #CFFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFAAA; }
p { color: rgb(207,250,170); }
H1.HeaderClassName
{
color: #CFFAAA;
}
.AnyTagClassName
{
color: #CFFAAA;
}
</style>
background-color css
<style>
a { background-color: #CFFAAA; }
a { background-color: rgb(207,250,170); }
div.DivClassName
{
background-color: #CFFAAA;
}
.BgClassName
{
background-color: #CFFAAA;
}
</style>
border-color css
<style>
span { border-color: #CFFAAA; }
span { border-color: rgb(207,250,170); }
td.TdClassName
{
border-color: #CFFAAA;
}
.TagClassName
{
border-color: #CFFAAA;
}
</style>