Shades of Riptide #7FDDC5
Tints of Riptide #7FDDC5
RGB
CMYK
RGB Variations
Color information
#7FDDC5 (or 0x7FDDC5) is known color: Riptide. HEX triplet: 7F, DD and C5. RGB value is (127,221,197). Sum of RGB (Red+Green+Blue) = 127+221+197=545 (72% of max value = 765). Red value is 127 (50% from 255 or 23.30% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDC5 is #80223A. Grayscale: #BEBEBE. Windows color (decimal): -8397371 or 12967295. OLE color: 12967295.
HSL color Cylindrical-coordinate representation of color #7FDDC5: hue angle of 164.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDDC5 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 197 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.13 |
| HSL | 164.68º | 0.58% | 0.68% | - |
| HSV(B) | 164.68º | 0.43% | 0.87% | - |
| XYZ | 44.69 | 60.26 | 62.1 | - |
| YUV | 190.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 197 | 0.43 | 0 | 0.11 | 0.13 | 164.68 | 0.58 | 0.68 |
| Hex | 7F | DD | C5 | 2B | 0 | B | D | A5 | 3A | 44 |
| Octal | 177 | 335 | 305 | 53 | 0 | 13 | 15 | 245 | 72 | 104 |
| Binary | 1111111 | 11011101 | 11000101 | 101011 | 0 | 1011 | 1101 | 10100101 | 111010 | 1000100 |
Color Harmonies of #7FDDC5
Complementary color
Monochromatic Colors of #7FDDC5
Black with #7FDDC5
Text Example
Text Example
White with #7FDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDC5; }
p { color: rgb(127,221,197); }
H1.HeaderClassName
{
color: #7FDDC5;
}
.AnyTagClassName
{
color: #7FDDC5;
}
</style>
background-color css
<style>
a { background-color: #7FDDC5; }
a { background-color: rgb(127,221,197); }
div.DivClassName
{
background-color: #7FDDC5;
}
.BgClassName
{
background-color: #7FDDC5;
}
</style>
border-color css
<style>
span { border-color: #7FDDC5; }
span { border-color: rgb(127,221,197); }
td.TdClassName
{
border-color: #7FDDC5;
}
.TagClassName
{
border-color: #7FDDC5;
}
</style>