Shades of Riptide #7FDBC9
Tints of Riptide #7FDBC9
RGB
CMYK
RGB Variations
Color information
#7FDBC9 (or 0x7FDBC9) is known color: Riptide. HEX triplet: 7F, DB and C9. RGB value is (127,219,201). Sum of RGB (Red+Green+Blue) = 127+219+201=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDBC9 is #802436. Grayscale: #BDBDBD. Windows color (decimal): -8397879 or 13228927. OLE color: 13228927.
HSL color Cylindrical-coordinate representation of color #7FDBC9: hue angle of 168.26º 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 #7FDBC9 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 201 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.14 |
| HSL | 168.26º | 0.56% | 0.68% | - |
| HSV(B) | 168.26º | 0.42% | 0.86% | - |
| XYZ | 44.63 | 59.39 | 64.37 | - |
| YUV | 189.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 201 | 0.42 | 0 | 0.08 | 0.14 | 168.26 | 0.56 | 0.68 |
| Hex | 7F | DB | C9 | 2A | 0 | 8 | E | A8 | 38 | 44 |
| Octal | 177 | 333 | 311 | 52 | 0 | 10 | 16 | 250 | 70 | 104 |
| Binary | 1111111 | 11011011 | 11001001 | 101010 | 0 | 1000 | 1110 | 10101000 | 111000 | 1000100 |
Color Harmonies of #7FDBC9
Complementary color
Monochromatic Colors of #7FDBC9
Black with #7FDBC9
Text Example
Text Example
White with #7FDBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBC9; }
p { color: rgb(127,219,201); }
H1.HeaderClassName
{
color: #7FDBC9;
}
.AnyTagClassName
{
color: #7FDBC9;
}
</style>
background-color css
<style>
a { background-color: #7FDBC9; }
a { background-color: rgb(127,219,201); }
div.DivClassName
{
background-color: #7FDBC9;
}
.BgClassName
{
background-color: #7FDBC9;
}
</style>
border-color css
<style>
span { border-color: #7FDBC9; }
span { border-color: rgb(127,219,201); }
td.TdClassName
{
border-color: #7FDBC9;
}
.TagClassName
{
border-color: #7FDBC9;
}
</style>