Shades of Reef #C5FFA5
Tints of Reef #C5FFA5
RGB
CMYK
RGB Variations
Color information
#C5FFA5 (or 0xC5FFA5) is known color: Reef. HEX triplet: C5, FF and A5. RGB value is (197,255,165). Sum of RGB (Red+Green+Blue) = 197+255+165=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 165 (64.84% from 255 or 26.74% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FFA5 is #3A005A. Grayscale: #E3E3E3. Windows color (decimal): -3801179 or 10878917. OLE color: 10878917.
HSL color Cylindrical-coordinate representation of color #C5FFA5: hue angle of 98.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5FFA5 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 165 | - |
| CMYK | 0.23 | 0 | 0.35 | 0 |
| HSL | 98.67º | 1% | 0.82% | - |
| HSV(B) | 98.67º | 0.35% | 1% | - |
| XYZ | 65.58 | 86.11 | 48.76 | - |
| YUV | 227.4 | 92.78 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 165 | 0.23 | 0 | 0.35 | 0 | 98.67 | 1 | 0.82 |
| Hex | C5 | FF | A5 | 17 | 0 | 23 | 0 | 63 | 64 | 52 |
| Octal | 305 | 377 | 245 | 27 | 0 | 43 | 0 | 143 | 144 | 122 |
| Binary | 11000101 | 11111111 | 10100101 | 10111 | 0 | 100011 | 0 | 1100011 | 1100100 | 1010010 |
Color Harmonies of #C5FFA5
Complementary color
Monochromatic Colors of #C5FFA5
Black with #C5FFA5
Text Example
Text Example
White with #C5FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFA5; }
p { color: rgb(197,255,165); }
H1.HeaderClassName
{
color: #C5FFA5;
}
.AnyTagClassName
{
color: #C5FFA5;
}
</style>
background-color css
<style>
a { background-color: #C5FFA5; }
a { background-color: rgb(197,255,165); }
div.DivClassName
{
background-color: #C5FFA5;
}
.BgClassName
{
background-color: #C5FFA5;
}
</style>
border-color css
<style>
span { border-color: #C5FFA5; }
span { border-color: rgb(197,255,165); }
td.TdClassName
{
border-color: #C5FFA5;
}
.TagClassName
{
border-color: #C5FFA5;
}
</style>