Shades of Riptide #7FE5DB
Tints of Riptide #7FE5DB
RGB
CMYK
RGB Variations
Color information
#7FE5DB (or 0x7FE5DB) is known color: Riptide. HEX triplet: 7F, E5 and DB. RGB value is (127,229,219). Sum of RGB (Red+Green+Blue) = 127+229+219=575 (76% of max value = 765). Red value is 127 (50% from 255 or 22.09% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE5DB is #801A24. Grayscale: #C5C5C5. Windows color (decimal): -8395301 or 14411135. OLE color: 14411135.
HSL color Cylindrical-coordinate representation of color #7FE5DB: hue angle of 174.12º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE5DB is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 219 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.10 |
| HSL | 174.12º | 0.66% | 0.7% | - |
| HSV(B) | 174.12º | 0.45% | 0.9% | - |
| XYZ | 49.56 | 65.67 | 77.08 | - |
| YUV | 197.36 | 140.21 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 219 | 0.45 | 0 | 0.04 | 0.10 | 174.12 | 0.66 | 0.7 |
| Hex | 7F | E5 | DB | 2D | 0 | 4 | A | AE | 42 | 46 |
| Octal | 177 | 345 | 333 | 55 | 0 | 4 | 12 | 256 | 102 | 106 |
| Binary | 1111111 | 11100101 | 11011011 | 101101 | 0 | 100 | 1010 | 10101110 | 1000010 | 1000110 |
Color Harmonies of #7FE5DB
Complementary color
Monochromatic Colors of #7FE5DB
Black with #7FE5DB
Text Example
Text Example
White with #7FE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE5DB; }
p { color: rgb(127,229,219); }
H1.HeaderClassName
{
color: #7FE5DB;
}
.AnyTagClassName
{
color: #7FE5DB;
}
</style>
background-color css
<style>
a { background-color: #7FE5DB; }
a { background-color: rgb(127,229,219); }
div.DivClassName
{
background-color: #7FE5DB;
}
.BgClassName
{
background-color: #7FE5DB;
}
</style>
border-color css
<style>
span { border-color: #7FE5DB; }
span { border-color: rgb(127,229,219); }
td.TdClassName
{
border-color: #7FE5DB;
}
.TagClassName
{
border-color: #7FE5DB;
}
</style>