Shades of Riptide #74E5CE
Tints of Riptide #74E5CE
RGB
CMYK
RGB Variations
Color information
#74E5CE (or 0x74E5CE) is known color: Riptide. HEX triplet: 74, E5 and CE. RGB value is (116,229,206). Sum of RGB (Red+Green+Blue) = 116+229+206=551 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.05% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #74E5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E5CE is #8B1A31. Grayscale: #C0C0C0. Windows color (decimal): -9116210 or 13559156. OLE color: 13559156.
HSL color Cylindrical-coordinate representation of color #74E5CE: hue angle of 167.79º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E5CE is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 229 | 206 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.10 |
| HSL | 167.79º | 0.68% | 0.68% | - |
| HSV(B) | 167.79º | 0.49% | 0.9% | - |
| XYZ | 46.36 | 64.21 | 68.34 | - |
| YUV | 192.59 | 135.56 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 229 | 206 | 0.49 | 0 | 0.10 | 0.10 | 167.79 | 0.68 | 0.68 |
| Hex | 74 | E5 | CE | 31 | 0 | A | A | A8 | 44 | 44 |
| Octal | 164 | 345 | 316 | 61 | 0 | 12 | 12 | 250 | 104 | 104 |
| Binary | 1110100 | 11100101 | 11001110 | 110001 | 0 | 1010 | 1010 | 10101000 | 1000100 | 1000100 |
Color Harmonies of #74E5CE
Complementary color
Monochromatic Colors of #74E5CE
Black with #74E5CE
Text Example
Text Example
White with #74E5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E5CE; }
p { color: rgb(116,229,206); }
H1.HeaderClassName
{
color: #74E5CE;
}
.AnyTagClassName
{
color: #74E5CE;
}
</style>
background-color css
<style>
a { background-color: #74E5CE; }
a { background-color: rgb(116,229,206); }
div.DivClassName
{
background-color: #74E5CE;
}
.BgClassName
{
background-color: #74E5CE;
}
</style>
border-color css
<style>
span { border-color: #74E5CE; }
span { border-color: rgb(116,229,206); }
td.TdClassName
{
border-color: #74E5CE;
}
.TagClassName
{
border-color: #74E5CE;
}
</style>