Shades of Riptide #75E8C8
Tints of Riptide #75E8C8
RGB
CMYK
RGB Variations
Color information
#75E8C8 (or 0x75E8C8) is known color: Riptide. HEX triplet: 75, E8 and C8. RGB value is (117,232,200). Sum of RGB (Red+Green+Blue) = 117+232+200=549 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.31% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #75E8C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E8C8 is #8A1737. Grayscale: #C1C1C1. Windows color (decimal): -9049912 or 13166709. OLE color: 13166709.
HSL color Cylindrical-coordinate representation of color #75E8C8: hue angle of 163.3º 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 #75E8C8 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 200 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.09 |
| HSL | 163.3º | 0.71% | 0.68% | - |
| HSV(B) | 163.3º | 0.5% | 0.91% | - |
| XYZ | 46.62 | 65.67 | 64.86 | - |
| YUV | 193.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 200 | 0.50 | 0 | 0.14 | 0.09 | 163.3 | 0.71 | 0.68 |
| Hex | 75 | E8 | C8 | 32 | 0 | E | 9 | A3 | 47 | 44 |
| Octal | 165 | 350 | 310 | 62 | 0 | 16 | 11 | 243 | 107 | 104 |
| Binary | 1110101 | 11101000 | 11001000 | 110010 | 0 | 1110 | 1001 | 10100011 | 1000111 | 1000100 |
Color Harmonies of #75E8C8
Complementary color
Monochromatic Colors of #75E8C8
Black with #75E8C8
Text Example
Text Example
White with #75E8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E8C8; }
p { color: rgb(117,232,200); }
H1.HeaderClassName
{
color: #75E8C8;
}
.AnyTagClassName
{
color: #75E8C8;
}
</style>
background-color css
<style>
a { background-color: #75E8C8; }
a { background-color: rgb(117,232,200); }
div.DivClassName
{
background-color: #75E8C8;
}
.BgClassName
{
background-color: #75E8C8;
}
</style>
border-color css
<style>
span { border-color: #75E8C8; }
span { border-color: rgb(117,232,200); }
td.TdClassName
{
border-color: #75E8C8;
}
.TagClassName
{
border-color: #75E8C8;
}
</style>