Shades of Riptide #74E9CA
Tints of Riptide #74E9CA
RGB
CMYK
RGB Variations
Color information
#74E9CA (or 0x74E9CA) is known color: Riptide. HEX triplet: 74, E9 and CA. RGB value is (116,233,202). Sum of RGB (Red+Green+Blue) = 116+233+202=551 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.05% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #74E9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E9CA is #8B1635. Grayscale: #C2C2C2. Windows color (decimal): -9115190 or 13298036. OLE color: 13298036.
HSL color Cylindrical-coordinate representation of color #74E9CA: hue angle of 164.1º degrees, saturation: 0.73, 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 #74E9CA is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 233 | 202 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.09 |
| HSL | 164.1º | 0.73% | 0.68% | - |
| HSV(B) | 164.1º | 0.5% | 0.91% | - |
| XYZ | 47 | 66.26 | 66.19 | - |
| YUV | 194.48 | 132.24 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 233 | 202 | 0.50 | 0 | 0.13 | 0.09 | 164.1 | 0.73 | 0.68 |
| Hex | 74 | E9 | CA | 32 | 0 | D | 9 | A4 | 49 | 44 |
| Octal | 164 | 351 | 312 | 62 | 0 | 15 | 11 | 244 | 111 | 104 |
| Binary | 1110100 | 11101001 | 11001010 | 110010 | 0 | 1101 | 1001 | 10100100 | 1001001 | 1000100 |
Color Harmonies of #74E9CA
Complementary color
Monochromatic Colors of #74E9CA
Black with #74E9CA
Text Example
Text Example
White with #74E9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E9CA; }
p { color: rgb(116,233,202); }
H1.HeaderClassName
{
color: #74E9CA;
}
.AnyTagClassName
{
color: #74E9CA;
}
</style>
background-color css
<style>
a { background-color: #74E9CA; }
a { background-color: rgb(116,233,202); }
div.DivClassName
{
background-color: #74E9CA;
}
.BgClassName
{
background-color: #74E9CA;
}
</style>
border-color css
<style>
span { border-color: #74E9CA; }
span { border-color: rgb(116,233,202); }
td.TdClassName
{
border-color: #74E9CA;
}
.TagClassName
{
border-color: #74E9CA;
}
</style>