Shades of Riptide #75E3D2
Tints of Riptide #75E3D2
RGB
CMYK
RGB Variations
Color information
#75E3D2 (or 0x75E3D2) is known color: Riptide. HEX triplet: 75, E3 and D2. RGB value is (117,227,210). Sum of RGB (Red+Green+Blue) = 117+227+210=554 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.12% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #75E3D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E3D2 is #8A1C2D. Grayscale: #C0C0C0. Windows color (decimal): -9051182 or 13820789. OLE color: 13820789.
HSL color Cylindrical-coordinate representation of color #75E3D2: hue angle of 170.73º 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 #75E3D2 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 210 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.11 |
| HSL | 170.73º | 0.66% | 0.67% | - |
| HSV(B) | 170.73º | 0.48% | 0.89% | - |
| XYZ | 46.44 | 63.37 | 70.76 | - |
| YUV | 192.17 | 138.06 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 210 | 0.48 | 0 | 0.07 | 0.11 | 170.73 | 0.66 | 0.67 |
| Hex | 75 | E3 | D2 | 30 | 0 | 7 | B | AB | 42 | 43 |
| Octal | 165 | 343 | 322 | 60 | 0 | 7 | 13 | 253 | 102 | 103 |
| Binary | 1110101 | 11100011 | 11010010 | 110000 | 0 | 111 | 1011 | 10101011 | 1000010 | 1000011 |
Color Harmonies of #75E3D2
Complementary color
Monochromatic Colors of #75E3D2
Black with #75E3D2
Text Example
Text Example
White with #75E3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E3D2; }
p { color: rgb(117,227,210); }
H1.HeaderClassName
{
color: #75E3D2;
}
.AnyTagClassName
{
color: #75E3D2;
}
</style>
background-color css
<style>
a { background-color: #75E3D2; }
a { background-color: rgb(117,227,210); }
div.DivClassName
{
background-color: #75E3D2;
}
.BgClassName
{
background-color: #75E3D2;
}
</style>
border-color css
<style>
span { border-color: #75E3D2; }
span { border-color: rgb(117,227,210); }
td.TdClassName
{
border-color: #75E3D2;
}
.TagClassName
{
border-color: #75E3D2;
}
</style>