Shades of Riptide #75E0D0
Tints of Riptide #75E0D0
RGB
CMYK
RGB Variations
Color information
#75E0D0 (or 0x75E0D0) is known color: Riptide. HEX triplet: 75, E0 and D0. RGB value is (117,224,208). Sum of RGB (Red+Green+Blue) = 117+224+208=549 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.31% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #75E0D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E0D0 is #8A1F2F. Grayscale: #BEBEBE. Windows color (decimal): -9051952 or 13688949. OLE color: 13688949.
HSL color Cylindrical-coordinate representation of color #75E0D0: hue angle of 171.03º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E0D0 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 224 | 208 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.12 |
| HSL | 171.03º | 0.63% | 0.67% | - |
| HSV(B) | 171.03º | 0.48% | 0.88% | - |
| XYZ | 45.38 | 61.65 | 69.18 | - |
| YUV | 190.18 | 138.05 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 224 | 208 | 0.48 | 0 | 0.07 | 0.12 | 171.03 | 0.63 | 0.67 |
| Hex | 75 | E0 | D0 | 30 | 0 | 7 | C | AB | 3F | 43 |
| Octal | 165 | 340 | 320 | 60 | 0 | 7 | 14 | 253 | 77 | 103 |
| Binary | 1110101 | 11100000 | 11010000 | 110000 | 0 | 111 | 1100 | 10101011 | 111111 | 1000011 |
Color Harmonies of #75E0D0
Complementary color
Monochromatic Colors of #75E0D0
Black with #75E0D0
Text Example
Text Example
White with #75E0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E0D0; }
p { color: rgb(117,224,208); }
H1.HeaderClassName
{
color: #75E0D0;
}
.AnyTagClassName
{
color: #75E0D0;
}
</style>
background-color css
<style>
a { background-color: #75E0D0; }
a { background-color: rgb(117,224,208); }
div.DivClassName
{
background-color: #75E0D0;
}
.BgClassName
{
background-color: #75E0D0;
}
</style>
border-color css
<style>
span { border-color: #75E0D0; }
span { border-color: rgb(117,224,208); }
td.TdClassName
{
border-color: #75E0D0;
}
.TagClassName
{
border-color: #75E0D0;
}
</style>