Shades of Reef #C5EEA3
Tints of Reef #C5EEA3
RGB
CMYK
RGB Variations
Color information
#C5EEA3 (or 0xC5EEA3) is known color: Reef. HEX triplet: C5, EE and A3. RGB value is (197,238,163). Sum of RGB (Red+Green+Blue) = 197+238+163=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 163 (64.06% from 255 or 27.26% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EEA3 is #3A115C. Grayscale: #D9D9D9. Windows color (decimal): -3805533 or 10743493. OLE color: 10743493.
HSL color Cylindrical-coordinate representation of color #C5EEA3: hue angle of 92.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5EEA3 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 238 | 163 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.07 |
| HSL | 92.8º | 0.69% | 0.79% | - |
| HSV(B) | 92.8º | 0.32% | 0.93% | - |
| XYZ | 60.21 | 75.66 | 46.08 | - |
| YUV | 217.19 | 97.42 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 163 | 0.17 | 0 | 0.32 | 0.07 | 92.8 | 0.69 | 0.79 |
| Hex | C5 | EE | A3 | 11 | 0 | 20 | 7 | 5D | 45 | 4F |
| Octal | 305 | 356 | 243 | 21 | 0 | 40 | 7 | 135 | 105 | 117 |
| Binary | 11000101 | 11101110 | 10100011 | 10001 | 0 | 100000 | 111 | 1011101 | 1000101 | 1001111 |
Color Harmonies of #C5EEA3
Complementary color
Monochromatic Colors of #C5EEA3
Black with #C5EEA3
Text Example
Text Example
White with #C5EEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEA3; }
p { color: rgb(197,238,163); }
H1.HeaderClassName
{
color: #C5EEA3;
}
.AnyTagClassName
{
color: #C5EEA3;
}
</style>
background-color css
<style>
a { background-color: #C5EEA3; }
a { background-color: rgb(197,238,163); }
div.DivClassName
{
background-color: #C5EEA3;
}
.BgClassName
{
background-color: #C5EEA3;
}
</style>
border-color css
<style>
span { border-color: #C5EEA3; }
span { border-color: rgb(197,238,163); }
td.TdClassName
{
border-color: #C5EEA3;
}
.TagClassName
{
border-color: #C5EEA3;
}
</style>