Shades of Riptide #7FDDC8
Tints of Riptide #7FDDC8
RGB
CMYK
RGB Variations
Color information
#7FDDC8 (or 0x7FDDC8) is known color: Riptide. HEX triplet: 7F, DD and C8. RGB value is (127,221,200). Sum of RGB (Red+Green+Blue) = 127+221+200=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDC8 is #802237. Grayscale: #BEBEBE. Windows color (decimal): -8397368 or 13163903. OLE color: 13163903.
HSL color Cylindrical-coordinate representation of color #7FDDC8: hue angle of 166.6º 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 #7FDDC8 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 200 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.13 |
| HSL | 166.6º | 0.58% | 0.68% | - |
| HSV(B) | 166.6º | 0.43% | 0.87% | - |
| XYZ | 45.03 | 60.4 | 63.93 | - |
| YUV | 190.5 | 133.36 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 200 | 0.43 | 0 | 0.10 | 0.13 | 166.6 | 0.58 | 0.68 |
| Hex | 7F | DD | C8 | 2B | 0 | A | D | A7 | 3A | 44 |
| Octal | 177 | 335 | 310 | 53 | 0 | 12 | 15 | 247 | 72 | 104 |
| Binary | 1111111 | 11011101 | 11001000 | 101011 | 0 | 1010 | 1101 | 10100111 | 111010 | 1000100 |
Color Harmonies of #7FDDC8
Complementary color
Monochromatic Colors of #7FDDC8
Black with #7FDDC8
Text Example
Text Example
White with #7FDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDC8; }
p { color: rgb(127,221,200); }
H1.HeaderClassName
{
color: #7FDDC8;
}
.AnyTagClassName
{
color: #7FDDC8;
}
</style>
background-color css
<style>
a { background-color: #7FDDC8; }
a { background-color: rgb(127,221,200); }
div.DivClassName
{
background-color: #7FDDC8;
}
.BgClassName
{
background-color: #7FDDC8;
}
</style>
border-color css
<style>
span { border-color: #7FDDC8; }
span { border-color: rgb(127,221,200); }
td.TdClassName
{
border-color: #7FDDC8;
}
.TagClassName
{
border-color: #7FDDC8;
}
</style>