Shades of Riptide #75E5D7
Tints of Riptide #75E5D7
RGB
CMYK
RGB Variations
Color information
#75E5D7 (or 0x75E5D7) is known color: Riptide. HEX triplet: 75, E5 and D7. RGB value is (117,229,215). Sum of RGB (Red+Green+Blue) = 117+229+215=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #75E5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E5D7 is #8A1A28. Grayscale: #C1C1C1. Windows color (decimal): -9050665 or 14148981. OLE color: 14148981.
HSL color Cylindrical-coordinate representation of color #75E5D7: hue angle of 172.5º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E5D7 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 229 | 215 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.10 |
| HSL | 172.5º | 0.68% | 0.68% | - |
| HSV(B) | 172.5º | 0.49% | 0.9% | - |
| XYZ | 47.62 | 64.73 | 74.27 | - |
| YUV | 193.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 229 | 215 | 0.49 | 0 | 0.06 | 0.10 | 172.5 | 0.68 | 0.68 |
| Hex | 75 | E5 | D7 | 31 | 0 | 6 | A | AC | 44 | 44 |
| Octal | 165 | 345 | 327 | 61 | 0 | 6 | 12 | 254 | 104 | 104 |
| Binary | 1110101 | 11100101 | 11010111 | 110001 | 0 | 110 | 1010 | 10101100 | 1000100 | 1000100 |
Color Harmonies of #75E5D7
Complementary color
Monochromatic Colors of #75E5D7
Black with #75E5D7
Text Example
Text Example
White with #75E5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E5D7; }
p { color: rgb(117,229,215); }
H1.HeaderClassName
{
color: #75E5D7;
}
.AnyTagClassName
{
color: #75E5D7;
}
</style>
background-color css
<style>
a { background-color: #75E5D7; }
a { background-color: rgb(117,229,215); }
div.DivClassName
{
background-color: #75E5D7;
}
.BgClassName
{
background-color: #75E5D7;
}
</style>
border-color css
<style>
span { border-color: #75E5D7; }
span { border-color: rgb(117,229,215); }
td.TdClassName
{
border-color: #75E5D7;
}
.TagClassName
{
border-color: #75E5D7;
}
</style>