Shades of Riptide #75E3CF
Tints of Riptide #75E3CF
RGB
CMYK
RGB Variations
Color information
#75E3CF (or 0x75E3CF) is known color: Riptide. HEX triplet: 75, E3 and CF. RGB value is (117,227,207). Sum of RGB (Red+Green+Blue) = 117+227+207=551 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.23% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #75E3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E3CF is #8A1C30. Grayscale: #BFBFBF. Windows color (decimal): -9051185 or 13624181. OLE color: 13624181.
HSL color Cylindrical-coordinate representation of color #75E3CF: hue angle of 169.09º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E3CF is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 207 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.11 |
| HSL | 169.09º | 0.66% | 0.67% | - |
| HSV(B) | 169.09º | 0.48% | 0.89% | - |
| XYZ | 46.07 | 63.23 | 68.81 | - |
| YUV | 191.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 207 | 0.48 | 0 | 0.09 | 0.11 | 169.09 | 0.66 | 0.67 |
| Hex | 75 | E3 | CF | 30 | 0 | 9 | B | A9 | 42 | 43 |
| Octal | 165 | 343 | 317 | 60 | 0 | 11 | 13 | 251 | 102 | 103 |
| Binary | 1110101 | 11100011 | 11001111 | 110000 | 0 | 1001 | 1011 | 10101001 | 1000010 | 1000011 |
Color Harmonies of #75E3CF
Complementary color
Monochromatic Colors of #75E3CF
Black with #75E3CF
Text Example
Text Example
White with #75E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E3CF; }
p { color: rgb(117,227,207); }
H1.HeaderClassName
{
color: #75E3CF;
}
.AnyTagClassName
{
color: #75E3CF;
}
</style>
background-color css
<style>
a { background-color: #75E3CF; }
a { background-color: rgb(117,227,207); }
div.DivClassName
{
background-color: #75E3CF;
}
.BgClassName
{
background-color: #75E3CF;
}
</style>
border-color css
<style>
span { border-color: #75E3CF; }
span { border-color: rgb(117,227,207); }
td.TdClassName
{
border-color: #75E3CF;
}
.TagClassName
{
border-color: #75E3CF;
}
</style>