Shades of Riptide #7FDBD3
Tints of Riptide #7FDBD3
RGB
CMYK
RGB Variations
Color information
#7FDBD3 (or 0x7FDBD3) is known color: Riptide. HEX triplet: 7F, DB and D3. RGB value is (127,219,211). Sum of RGB (Red+Green+Blue) = 127+219+211=557 (73% of max value = 765). Red value is 127 (50% from 255 or 22.80% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDBD3 is #80242C. Grayscale: #BEBEBE. Windows color (decimal): -8397869 or 13884287. OLE color: 13884287.
HSL color Cylindrical-coordinate representation of color #7FDBD3: hue angle of 174.78º 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 #7FDBD3 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 211 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.14 |
| HSL | 174.78º | 0.56% | 0.68% | - |
| HSV(B) | 174.78º | 0.42% | 0.86% | - |
| XYZ | 45.84 | 59.88 | 70.77 | - |
| YUV | 190.58 | 139.52 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 211 | 0.42 | 0 | 0.04 | 0.14 | 174.78 | 0.56 | 0.68 |
| Hex | 7F | DB | D3 | 2A | 0 | 4 | E | AF | 38 | 44 |
| Octal | 177 | 333 | 323 | 52 | 0 | 4 | 16 | 257 | 70 | 104 |
| Binary | 1111111 | 11011011 | 11010011 | 101010 | 0 | 100 | 1110 | 10101111 | 111000 | 1000100 |
Color Harmonies of #7FDBD3
Complementary color
Monochromatic Colors of #7FDBD3
Black with #7FDBD3
Text Example
Text Example
White with #7FDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBD3; }
p { color: rgb(127,219,211); }
H1.HeaderClassName
{
color: #7FDBD3;
}
.AnyTagClassName
{
color: #7FDBD3;
}
</style>
background-color css
<style>
a { background-color: #7FDBD3; }
a { background-color: rgb(127,219,211); }
div.DivClassName
{
background-color: #7FDBD3;
}
.BgClassName
{
background-color: #7FDBD3;
}
</style>
border-color css
<style>
span { border-color: #7FDBD3; }
span { border-color: rgb(127,219,211); }
td.TdClassName
{
border-color: #7FDBD3;
}
.TagClassName
{
border-color: #7FDBD3;
}
</style>