Shades of Riptide #7FDBD0
Tints of Riptide #7FDBD0
RGB
CMYK
RGB Variations
Color information
#7FDBD0 (or 0x7FDBD0) is known color: Riptide. HEX triplet: 7F, DB and D0. RGB value is (127,219,208). Sum of RGB (Red+Green+Blue) = 127+219+208=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDBD0 is #80242F. Grayscale: #BEBEBE. Windows color (decimal): -8397872 or 13687679. OLE color: 13687679.
HSL color Cylindrical-coordinate representation of color #7FDBD0: hue angle of 172.83º degrees, saturation: 0.56, 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 #7FDBD0 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 208 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.14 |
| HSL | 172.83º | 0.56% | 0.68% | - |
| HSV(B) | 172.83º | 0.42% | 0.86% | - |
| XYZ | 45.47 | 59.73 | 68.81 | - |
| YUV | 190.24 | 138.02 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 208 | 0.42 | 0 | 0.05 | 0.14 | 172.83 | 0.56 | 0.68 |
| Hex | 7F | DB | D0 | 2A | 0 | 5 | E | AD | 38 | 44 |
| Octal | 177 | 333 | 320 | 52 | 0 | 5 | 16 | 255 | 70 | 104 |
| Binary | 1111111 | 11011011 | 11010000 | 101010 | 0 | 101 | 1110 | 10101101 | 111000 | 1000100 |
Color Harmonies of #7FDBD0
Complementary color
Monochromatic Colors of #7FDBD0
Black with #7FDBD0
Text Example
Text Example
White with #7FDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBD0; }
p { color: rgb(127,219,208); }
H1.HeaderClassName
{
color: #7FDBD0;
}
.AnyTagClassName
{
color: #7FDBD0;
}
</style>
background-color css
<style>
a { background-color: #7FDBD0; }
a { background-color: rgb(127,219,208); }
div.DivClassName
{
background-color: #7FDBD0;
}
.BgClassName
{
background-color: #7FDBD0;
}
</style>
border-color css
<style>
span { border-color: #7FDBD0; }
span { border-color: rgb(127,219,208); }
td.TdClassName
{
border-color: #7FDBD0;
}
.TagClassName
{
border-color: #7FDBD0;
}
</style>