Shades of Riptide #7FDBD4
Tints of Riptide #7FDBD4
RGB
CMYK
RGB Variations
Color information
#7FDBD4 (or 0x7FDBD4) is known color: Riptide. HEX triplet: 7F, DB and D4. RGB value is (127,219,212). Sum of RGB (Red+Green+Blue) = 127+219+212=558 (73% of max value = 765). Red value is 127 (50% from 255 or 22.76% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDBD4 is #80242B. Grayscale: #BEBEBE. Windows color (decimal): -8397868 or 13949823. OLE color: 13949823.
HSL color Cylindrical-coordinate representation of color #7FDBD4: hue angle of 175.43º 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 #7FDBD4 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 212 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.14 |
| HSL | 175.43º | 0.56% | 0.68% | - |
| HSV(B) | 175.43º | 0.42% | 0.86% | - |
| XYZ | 45.97 | 59.93 | 71.43 | - |
| YUV | 190.69 | 140.02 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 212 | 0.42 | 0 | 0.03 | 0.14 | 175.43 | 0.56 | 0.68 |
| Hex | 7F | DB | D4 | 2A | 0 | 3 | E | AF | 38 | 44 |
| Octal | 177 | 333 | 324 | 52 | 0 | 3 | 16 | 257 | 70 | 104 |
| Binary | 1111111 | 11011011 | 11010100 | 101010 | 0 | 11 | 1110 | 10101111 | 111000 | 1000100 |
Color Harmonies of #7FDBD4
Complementary color
Monochromatic Colors of #7FDBD4
Black with #7FDBD4
Text Example
Text Example
White with #7FDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBD4; }
p { color: rgb(127,219,212); }
H1.HeaderClassName
{
color: #7FDBD4;
}
.AnyTagClassName
{
color: #7FDBD4;
}
</style>
background-color css
<style>
a { background-color: #7FDBD4; }
a { background-color: rgb(127,219,212); }
div.DivClassName
{
background-color: #7FDBD4;
}
.BgClassName
{
background-color: #7FDBD4;
}
</style>
border-color css
<style>
span { border-color: #7FDBD4; }
span { border-color: rgb(127,219,212); }
td.TdClassName
{
border-color: #7FDBD4;
}
.TagClassName
{
border-color: #7FDBD4;
}
</style>