Shades of Riptide #7FDDD2
Tints of Riptide #7FDDD2
RGB
CMYK
RGB Variations
Color information
#7FDDD2 (or 0x7FDDD2) is known color: Riptide. HEX triplet: 7F, DD and D2. RGB value is (127,221,210). Sum of RGB (Red+Green+Blue) = 127+221+210=558 (73% of max value = 765). Red value is 127 (50% from 255 or 22.76% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDD2 is #80222D. Grayscale: #BFBFBF. Windows color (decimal): -8397358 or 13819263. OLE color: 13819263.
HSL color Cylindrical-coordinate representation of color #7FDDD2: hue angle of 172.98º 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 #7FDDD2 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 210 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.13 |
| HSL | 172.98º | 0.58% | 0.68% | - |
| HSV(B) | 172.98º | 0.43% | 0.87% | - |
| XYZ | 46.24 | 60.88 | 70.29 | - |
| YUV | 191.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 210 | 0.43 | 0 | 0.05 | 0.13 | 172.98 | 0.58 | 0.68 |
| Hex | 7F | DD | D2 | 2B | 0 | 5 | D | AD | 3A | 44 |
| Octal | 177 | 335 | 322 | 53 | 0 | 5 | 15 | 255 | 72 | 104 |
| Binary | 1111111 | 11011101 | 11010010 | 101011 | 0 | 101 | 1101 | 10101101 | 111010 | 1000100 |
Color Harmonies of #7FDDD2
Complementary color
Monochromatic Colors of #7FDDD2
Black with #7FDDD2
Text Example
Text Example
White with #7FDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDD2; }
p { color: rgb(127,221,210); }
H1.HeaderClassName
{
color: #7FDDD2;
}
.AnyTagClassName
{
color: #7FDDD2;
}
</style>
background-color css
<style>
a { background-color: #7FDDD2; }
a { background-color: rgb(127,221,210); }
div.DivClassName
{
background-color: #7FDDD2;
}
.BgClassName
{
background-color: #7FDDD2;
}
</style>
border-color css
<style>
span { border-color: #7FDDD2; }
span { border-color: rgb(127,221,210); }
td.TdClassName
{
border-color: #7FDDD2;
}
.TagClassName
{
border-color: #7FDDD2;
}
</style>