Shades of Riptide #75E5CC
Tints of Riptide #75E5CC
RGB
CMYK
RGB Variations
Color information
#75E5CC (or 0x75E5CC) is known color: Riptide. HEX triplet: 75, E5 and CC. RGB value is (117,229,204). Sum of RGB (Red+Green+Blue) = 117+229+204=550 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.27% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 229 - color contains mainly: green. Hex color #75E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E5CC is #8A1A33. Grayscale: #C0C0C0. Windows color (decimal): -9050676 or 13428085. OLE color: 13428085.
HSL color Cylindrical-coordinate representation of color #75E5CC: hue angle of 166.61º 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 #75E5CC is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 229 | 204 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.10 |
| HSL | 166.61º | 0.68% | 0.68% | - |
| HSV(B) | 166.61º | 0.49% | 0.9% | - |
| XYZ | 46.25 | 64.18 | 67.08 | - |
| YUV | 192.66 | 134.39 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 229 | 204 | 0.49 | 0 | 0.11 | 0.10 | 166.61 | 0.68 | 0.68 |
| Hex | 75 | E5 | CC | 31 | 0 | B | A | A7 | 44 | 44 |
| Octal | 165 | 345 | 314 | 61 | 0 | 13 | 12 | 247 | 104 | 104 |
| Binary | 1110101 | 11100101 | 11001100 | 110001 | 0 | 1011 | 1010 | 10100111 | 1000100 | 1000100 |
Color Harmonies of #75E5CC
Complementary color
Monochromatic Colors of #75E5CC
Black with #75E5CC
Text Example
Text Example
White with #75E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E5CC; }
p { color: rgb(117,229,204); }
H1.HeaderClassName
{
color: #75E5CC;
}
.AnyTagClassName
{
color: #75E5CC;
}
</style>
background-color css
<style>
a { background-color: #75E5CC; }
a { background-color: rgb(117,229,204); }
div.DivClassName
{
background-color: #75E5CC;
}
.BgClassName
{
background-color: #75E5CC;
}
</style>
border-color css
<style>
span { border-color: #75E5CC; }
span { border-color: rgb(117,229,204); }
td.TdClassName
{
border-color: #75E5CC;
}
.TagClassName
{
border-color: #75E5CC;
}
</style>