Shades of Riptide #7FDDD0
Tints of Riptide #7FDDD0
RGB
CMYK
RGB Variations
Color information
#7FDDD0 (or 0x7FDDD0) is known color: Riptide. HEX triplet: 7F, DD and D0. RGB value is (127,221,208). Sum of RGB (Red+Green+Blue) = 127+221+208=556 (73% of max value = 765). Red value is 127 (50% from 255 or 22.84% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDD0 is #80222F. Grayscale: #BFBFBF. Windows color (decimal): -8397360 or 13688191. OLE color: 13688191.
HSL color Cylindrical-coordinate representation of color #7FDDD0: hue angle of 171.7º 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 #7FDDD0 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 208 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.13 |
| HSL | 171.7º | 0.58% | 0.68% | - |
| HSV(B) | 171.7º | 0.43% | 0.87% | - |
| XYZ | 45.99 | 60.78 | 68.98 | - |
| YUV | 191.41 | 137.36 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 208 | 0.43 | 0 | 0.06 | 0.13 | 171.7 | 0.58 | 0.68 |
| Hex | 7F | DD | D0 | 2B | 0 | 6 | D | AC | 3A | 44 |
| Octal | 177 | 335 | 320 | 53 | 0 | 6 | 15 | 254 | 72 | 104 |
| Binary | 1111111 | 11011101 | 11010000 | 101011 | 0 | 110 | 1101 | 10101100 | 111010 | 1000100 |
Color Harmonies of #7FDDD0
Complementary color
Monochromatic Colors of #7FDDD0
Black with #7FDDD0
Text Example
Text Example
White with #7FDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDD0; }
p { color: rgb(127,221,208); }
H1.HeaderClassName
{
color: #7FDDD0;
}
.AnyTagClassName
{
color: #7FDDD0;
}
</style>
background-color css
<style>
a { background-color: #7FDDD0; }
a { background-color: rgb(127,221,208); }
div.DivClassName
{
background-color: #7FDDD0;
}
.BgClassName
{
background-color: #7FDDD0;
}
</style>
border-color css
<style>
span { border-color: #7FDDD0; }
span { border-color: rgb(127,221,208); }
td.TdClassName
{
border-color: #7FDDD0;
}
.TagClassName
{
border-color: #7FDDD0;
}
</style>