Shades of Reef #CFEEAA
Tints of Reef #CFEEAA
RGB
CMYK
RGB Variations
Color information
#CFEEAA (or 0xCFEEAA) is known color: Reef. HEX triplet: CF, EE and AA. RGB value is (207,238,170). Sum of RGB (Red+Green+Blue) = 207+238+170=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEEAA is #301155. Grayscale: #DDDDDD. Windows color (decimal): -3150166 or 11202255. OLE color: 11202255.
HSL color Cylindrical-coordinate representation of color #CFEEAA: hue angle of 87.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFEEAA is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 170 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.07 |
| HSL | 87.35º | 0.67% | 0.8% | - |
| HSV(B) | 87.35º | 0.29% | 0.93% | - |
| XYZ | 63.56 | 77.32 | 49.6 | - |
| YUV | 220.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 170 | 0.13 | 0 | 0.29 | 0.07 | 87.35 | 0.67 | 0.8 |
| Hex | CF | EE | AA | D | 0 | 1D | 7 | 57 | 43 | 50 |
| Octal | 317 | 356 | 252 | 15 | 0 | 35 | 7 | 127 | 103 | 120 |
| Binary | 11001111 | 11101110 | 10101010 | 1101 | 0 | 11101 | 111 | 1010111 | 1000011 | 1010000 |
Color Harmonies of #CFEEAA
Complementary color
Monochromatic Colors of #CFEEAA
Black with #CFEEAA
Text Example
Text Example
White with #CFEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEAA; }
p { color: rgb(207,238,170); }
H1.HeaderClassName
{
color: #CFEEAA;
}
.AnyTagClassName
{
color: #CFEEAA;
}
</style>
background-color css
<style>
a { background-color: #CFEEAA; }
a { background-color: rgb(207,238,170); }
div.DivClassName
{
background-color: #CFEEAA;
}
.BgClassName
{
background-color: #CFEEAA;
}
</style>
border-color css
<style>
span { border-color: #CFEEAA; }
span { border-color: rgb(207,238,170); }
td.TdClassName
{
border-color: #CFEEAA;
}
.TagClassName
{
border-color: #CFEEAA;
}
</style>