Shades of Riptide #7FDCC5
Tints of Riptide #7FDCC5
RGB
CMYK
RGB Variations
Color information
#7FDCC5 (or 0x7FDCC5) is known color: Riptide. HEX triplet: 7F, DC and C5. RGB value is (127,220,197). Sum of RGB (Red+Green+Blue) = 127+220+197=544 (72% of max value = 765). Red value is 127 (50% from 255 or 23.35% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCC5 is #80233A. Grayscale: #BDBDBD. Windows color (decimal): -8397627 or 12967039. OLE color: 12967039.
HSL color Cylindrical-coordinate representation of color #7FDCC5: hue angle of 165.16º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDCC5 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 197 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.14 |
| HSL | 165.16º | 0.57% | 0.68% | - |
| HSV(B) | 165.16º | 0.42% | 0.86% | - |
| XYZ | 44.42 | 59.73 | 62.01 | - |
| YUV | 189.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 197 | 0.42 | 0 | 0.10 | 0.14 | 165.16 | 0.57 | 0.68 |
| Hex | 7F | DC | C5 | 2A | 0 | A | E | A5 | 39 | 44 |
| Octal | 177 | 334 | 305 | 52 | 0 | 12 | 16 | 245 | 71 | 104 |
| Binary | 1111111 | 11011100 | 11000101 | 101010 | 0 | 1010 | 1110 | 10100101 | 111001 | 1000100 |
Color Harmonies of #7FDCC5
Complementary color
Monochromatic Colors of #7FDCC5
Black with #7FDCC5
Text Example
Text Example
White with #7FDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDCC5; }
p { color: rgb(127,220,197); }
H1.HeaderClassName
{
color: #7FDCC5;
}
.AnyTagClassName
{
color: #7FDCC5;
}
</style>
background-color css
<style>
a { background-color: #7FDCC5; }
a { background-color: rgb(127,220,197); }
div.DivClassName
{
background-color: #7FDCC5;
}
.BgClassName
{
background-color: #7FDCC5;
}
</style>
border-color css
<style>
span { border-color: #7FDCC5; }
span { border-color: rgb(127,220,197); }
td.TdClassName
{
border-color: #7FDCC5;
}
.TagClassName
{
border-color: #7FDCC5;
}
</style>