Shades of Riptide #75E8D3
Tints of Riptide #75E8D3
RGB
CMYK
RGB Variations
Color information
#75E8D3 (or 0x75E8D3) is known color: Riptide. HEX triplet: 75, E8 and D3. RGB value is (117,232,211). Sum of RGB (Red+Green+Blue) = 117+232+211=560 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.89% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 232 - color contains mainly: green. Hex color #75E8D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E8D3 is #8A172C. Grayscale: #C3C3C3. Windows color (decimal): -9049901 or 13887605. OLE color: 13887605.
HSL color Cylindrical-coordinate representation of color #75E8D3: hue angle of 169.04º 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 #75E8D3 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 211 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.09 |
| HSL | 169.04º | 0.71% | 0.68% | - |
| HSV(B) | 169.04º | 0.5% | 0.91% | - |
| XYZ | 47.95 | 66.2 | 71.88 | - |
| YUV | 195.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 211 | 0.50 | 0 | 0.09 | 0.09 | 169.04 | 0.71 | 0.68 |
| Hex | 75 | E8 | D3 | 32 | 0 | 9 | 9 | A9 | 47 | 44 |
| Octal | 165 | 350 | 323 | 62 | 0 | 11 | 11 | 251 | 107 | 104 |
| Binary | 1110101 | 11101000 | 11010011 | 110010 | 0 | 1001 | 1001 | 10101001 | 1000111 | 1000100 |
Color Harmonies of #75E8D3
Complementary color
Monochromatic Colors of #75E8D3
Black with #75E8D3
Text Example
Text Example
White with #75E8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E8D3; }
p { color: rgb(117,232,211); }
H1.HeaderClassName
{
color: #75E8D3;
}
.AnyTagClassName
{
color: #75E8D3;
}
</style>
background-color css
<style>
a { background-color: #75E8D3; }
a { background-color: rgb(117,232,211); }
div.DivClassName
{
background-color: #75E8D3;
}
.BgClassName
{
background-color: #75E8D3;
}
</style>
border-color css
<style>
span { border-color: #75E8D3; }
span { border-color: rgb(117,232,211); }
td.TdClassName
{
border-color: #75E8D3;
}
.TagClassName
{
border-color: #75E8D3;
}
</style>