Shades of Riptide #74E6CD
Tints of Riptide #74E6CD
RGB
CMYK
RGB Variations
Color information
#74E6CD (or 0x74E6CD) is known color: Riptide. HEX triplet: 74, E6 and CD. RGB value is (116,230,205). Sum of RGB (Red+Green+Blue) = 116+230+205=551 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.05% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #74E6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E6CD is #8B1932. Grayscale: #C1C1C1. Windows color (decimal): -9115955 or 13493876. OLE color: 13493876.
HSL color Cylindrical-coordinate representation of color #74E6CD: hue angle of 166.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E6CD is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 205 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.10 |
| HSL | 166.84º | 0.7% | 0.68% | - |
| HSV(B) | 166.84º | 0.5% | 0.9% | - |
| XYZ | 46.52 | 64.71 | 67.8 | - |
| YUV | 193.06 | 134.73 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 205 | 0.50 | 0 | 0.11 | 0.10 | 166.84 | 0.7 | 0.68 |
| Hex | 74 | E6 | CD | 32 | 0 | B | A | A7 | 46 | 44 |
| Octal | 164 | 346 | 315 | 62 | 0 | 13 | 12 | 247 | 106 | 104 |
| Binary | 1110100 | 11100110 | 11001101 | 110010 | 0 | 1011 | 1010 | 10100111 | 1000110 | 1000100 |
Color Harmonies of #74E6CD
Complementary color
Monochromatic Colors of #74E6CD
Black with #74E6CD
Text Example
Text Example
White with #74E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E6CD; }
p { color: rgb(116,230,205); }
H1.HeaderClassName
{
color: #74E6CD;
}
.AnyTagClassName
{
color: #74E6CD;
}
</style>
background-color css
<style>
a { background-color: #74E6CD; }
a { background-color: rgb(116,230,205); }
div.DivClassName
{
background-color: #74E6CD;
}
.BgClassName
{
background-color: #74E6CD;
}
</style>
border-color css
<style>
span { border-color: #74E6CD; }
span { border-color: rgb(116,230,205); }
td.TdClassName
{
border-color: #74E6CD;
}
.TagClassName
{
border-color: #74E6CD;
}
</style>