Shades of Riptide #74E3CF
Tints of Riptide #74E3CF
RGB
CMYK
RGB Variations
Color information
#74E3CF (or 0x74E3CF) is known color: Riptide. HEX triplet: 74, E3 and CF. RGB value is (116,227,207). Sum of RGB (Red+Green+Blue) = 116+227+207=550 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.09% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #74E3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E3CF is #8B1C30. Grayscale: #BFBFBF. Windows color (decimal): -9116721 or 13624180. OLE color: 13624180.
HSL color Cylindrical-coordinate representation of color #74E3CF: hue angle of 169.19º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E3CF is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 227 | 207 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.11 |
| HSL | 169.19º | 0.66% | 0.67% | - |
| HSV(B) | 169.19º | 0.49% | 0.89% | - |
| XYZ | 45.93 | 63.16 | 68.8 | - |
| YUV | 191.53 | 136.73 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 227 | 207 | 0.49 | 0 | 0.09 | 0.11 | 169.19 | 0.66 | 0.67 |
| Hex | 74 | E3 | CF | 31 | 0 | 9 | B | A9 | 42 | 43 |
| Octal | 164 | 343 | 317 | 61 | 0 | 11 | 13 | 251 | 102 | 103 |
| Binary | 1110100 | 11100011 | 11001111 | 110001 | 0 | 1001 | 1011 | 10101001 | 1000010 | 1000011 |
Color Harmonies of #74E3CF
Complementary color
Monochromatic Colors of #74E3CF
Black with #74E3CF
Text Example
Text Example
White with #74E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E3CF; }
p { color: rgb(116,227,207); }
H1.HeaderClassName
{
color: #74E3CF;
}
.AnyTagClassName
{
color: #74E3CF;
}
</style>
background-color css
<style>
a { background-color: #74E3CF; }
a { background-color: rgb(116,227,207); }
div.DivClassName
{
background-color: #74E3CF;
}
.BgClassName
{
background-color: #74E3CF;
}
</style>
border-color css
<style>
span { border-color: #74E3CF; }
span { border-color: rgb(116,227,207); }
td.TdClassName
{
border-color: #74E3CF;
}
.TagClassName
{
border-color: #74E3CF;
}
</style>