Shades of Riptide #75E8CA
Tints of Riptide #75E8CA
RGB
CMYK
RGB Variations
Color information
#75E8CA (or 0x75E8CA) is known color: Riptide. HEX triplet: 75, E8 and CA. RGB value is (117,232,202). Sum of RGB (Red+Green+Blue) = 117+232+202=551 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.23% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #75E8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E8CA is #8A1735. Grayscale: #C2C2C2. Windows color (decimal): -9049910 or 13297781. OLE color: 13297781.
HSL color Cylindrical-coordinate representation of color #75E8CA: hue angle of 164.35º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E8CA is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 202 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.09 |
| HSL | 164.35º | 0.71% | 0.68% | - |
| HSV(B) | 164.35º | 0.5% | 0.91% | - |
| XYZ | 46.85 | 65.76 | 66.1 | - |
| YUV | 194.2 | 132.4 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 202 | 0.50 | 0 | 0.13 | 0.09 | 164.35 | 0.71 | 0.68 |
| Hex | 75 | E8 | CA | 32 | 0 | D | 9 | A4 | 47 | 44 |
| Octal | 165 | 350 | 312 | 62 | 0 | 15 | 11 | 244 | 107 | 104 |
| Binary | 1110101 | 11101000 | 11001010 | 110010 | 0 | 1101 | 1001 | 10100100 | 1000111 | 1000100 |
Color Harmonies of #75E8CA
Complementary color
Monochromatic Colors of #75E8CA
Black with #75E8CA
Text Example
Text Example
White with #75E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E8CA; }
p { color: rgb(117,232,202); }
H1.HeaderClassName
{
color: #75E8CA;
}
.AnyTagClassName
{
color: #75E8CA;
}
</style>
background-color css
<style>
a { background-color: #75E8CA; }
a { background-color: rgb(117,232,202); }
div.DivClassName
{
background-color: #75E8CA;
}
.BgClassName
{
background-color: #75E8CA;
}
</style>
border-color css
<style>
span { border-color: #75E8CA; }
span { border-color: rgb(117,232,202); }
td.TdClassName
{
border-color: #75E8CA;
}
.TagClassName
{
border-color: #75E8CA;
}
</style>