Shades of Reef #C6FAA4
Tints of Reef #C6FAA4
RGB
CMYK
RGB Variations
Color information
#C6FAA4 (or 0xC6FAA4) is known color: Reef. HEX triplet: C6, FA and A4. RGB value is (198,250,164). Sum of RGB (Red+Green+Blue) = 198+250+164=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FAA4 is #39055B. Grayscale: #E0E0E0. Windows color (decimal): -3736924 or 10812102. OLE color: 10812102.
HSL color Cylindrical-coordinate representation of color #C6FAA4: hue angle of 96.28º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6FAA4 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 164 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.02 |
| HSL | 96.28º | 0.9% | 0.81% | - |
| HSV(B) | 96.28º | 0.34% | 0.98% | - |
| XYZ | 64.18 | 83.06 | 47.77 | - |
| YUV | 224.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 164 | 0.21 | 0 | 0.34 | 0.02 | 96.28 | 0.9 | 0.81 |
| Hex | C6 | FA | A4 | 15 | 0 | 22 | 2 | 60 | 5A | 51 |
| Octal | 306 | 372 | 244 | 25 | 0 | 42 | 2 | 140 | 132 | 121 |
| Binary | 11000110 | 11111010 | 10100100 | 10101 | 0 | 100010 | 10 | 1100000 | 1011010 | 1010001 |
Color Harmonies of #C6FAA4
Complementary color
Monochromatic Colors of #C6FAA4
Black with #C6FAA4
Text Example
Text Example
White with #C6FAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FAA4; }
p { color: rgb(198,250,164); }
H1.HeaderClassName
{
color: #C6FAA4;
}
.AnyTagClassName
{
color: #C6FAA4;
}
</style>
background-color css
<style>
a { background-color: #C6FAA4; }
a { background-color: rgb(198,250,164); }
div.DivClassName
{
background-color: #C6FAA4;
}
.BgClassName
{
background-color: #C6FAA4;
}
</style>
border-color css
<style>
span { border-color: #C6FAA4; }
span { border-color: rgb(198,250,164); }
td.TdClassName
{
border-color: #C6FAA4;
}
.TagClassName
{
border-color: #C6FAA4;
}
</style>