Shades of Reef #C5EEA7
Tints of Reef #C5EEA7
RGB
CMYK
RGB Variations
Color information
#C5EEA7 (or 0xC5EEA7) is known color: Reef. HEX triplet: C5, EE and A7. RGB value is (197,238,167). Sum of RGB (Red+Green+Blue) = 197+238+167=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 167 (65.62% from 255 or 27.74% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EEA7 is #3A1158. Grayscale: #D9D9D9. Windows color (decimal): -3805529 or 11005637. OLE color: 11005637.
HSL color Cylindrical-coordinate representation of color #C5EEA7: hue angle of 94.65º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5EEA7 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 238 | 167 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.07 |
| HSL | 94.65º | 0.68% | 0.79% | - |
| HSV(B) | 94.65º | 0.3% | 0.93% | - |
| XYZ | 60.58 | 75.81 | 48 | - |
| YUV | 217.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 167 | 0.17 | 0 | 0.30 | 0.07 | 94.65 | 0.68 | 0.79 |
| Hex | C5 | EE | A7 | 11 | 0 | 1E | 7 | 5F | 44 | 4F |
| Octal | 305 | 356 | 247 | 21 | 0 | 36 | 7 | 137 | 104 | 117 |
| Binary | 11000101 | 11101110 | 10100111 | 10001 | 0 | 11110 | 111 | 1011111 | 1000100 | 1001111 |
Color Harmonies of #C5EEA7
Complementary color
Monochromatic Colors of #C5EEA7
Black with #C5EEA7
Text Example
Text Example
White with #C5EEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEA7; }
p { color: rgb(197,238,167); }
H1.HeaderClassName
{
color: #C5EEA7;
}
.AnyTagClassName
{
color: #C5EEA7;
}
</style>
background-color css
<style>
a { background-color: #C5EEA7; }
a { background-color: rgb(197,238,167); }
div.DivClassName
{
background-color: #C5EEA7;
}
.BgClassName
{
background-color: #C5EEA7;
}
</style>
border-color css
<style>
span { border-color: #C5EEA7; }
span { border-color: rgb(197,238,167); }
td.TdClassName
{
border-color: #C5EEA7;
}
.TagClassName
{
border-color: #C5EEA7;
}
</style>