Shades of Riptide #75E8CB
Tints of Riptide #75E8CB
RGB
CMYK
RGB Variations
Color information
#75E8CB (or 0x75E8CB) is known color: Riptide. HEX triplet: 75, E8 and CB. RGB value is (117,232,203). Sum of RGB (Red+Green+Blue) = 117+232+203=552 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.20% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #75E8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E8CB is #8A1734. Grayscale: #C2C2C2. Windows color (decimal): -9049909 or 13363317. OLE color: 13363317.
HSL color Cylindrical-coordinate representation of color #75E8CB: hue angle of 164.87º 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 #75E8CB is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 203 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.09 |
| HSL | 164.87º | 0.71% | 0.68% | - |
| HSV(B) | 164.87º | 0.5% | 0.91% | - |
| XYZ | 46.97 | 65.81 | 66.73 | - |
| YUV | 194.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 203 | 0.50 | 0 | 0.12 | 0.09 | 164.87 | 0.71 | 0.68 |
| Hex | 75 | E8 | CB | 32 | 0 | C | 9 | A5 | 47 | 44 |
| Octal | 165 | 350 | 313 | 62 | 0 | 14 | 11 | 245 | 107 | 104 |
| Binary | 1110101 | 11101000 | 11001011 | 110010 | 0 | 1100 | 1001 | 10100101 | 1000111 | 1000100 |
Color Harmonies of #75E8CB
Complementary color
Monochromatic Colors of #75E8CB
Black with #75E8CB
Text Example
Text Example
White with #75E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E8CB; }
p { color: rgb(117,232,203); }
H1.HeaderClassName
{
color: #75E8CB;
}
.AnyTagClassName
{
color: #75E8CB;
}
</style>
background-color css
<style>
a { background-color: #75E8CB; }
a { background-color: rgb(117,232,203); }
div.DivClassName
{
background-color: #75E8CB;
}
.BgClassName
{
background-color: #75E8CB;
}
</style>
border-color css
<style>
span { border-color: #75E8CB; }
span { border-color: rgb(117,232,203); }
td.TdClassName
{
border-color: #75E8CB;
}
.TagClassName
{
border-color: #75E8CB;
}
</style>