Shades of Riptide #76DCD4
Tints of Riptide #76DCD4
RGB
CMYK
RGB Variations
Color information
#76DCD4 (or 0x76DCD4) is known color: Riptide. HEX triplet: 76, DC and D4. RGB value is (118,220,212). Sum of RGB (Red+Green+Blue) = 118+220+212=550 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.45% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCD4 is #89232B. Grayscale: #BCBCBC. Windows color (decimal): -8987436 or 13950070. OLE color: 13950070.
HSL color Cylindrical-coordinate representation of color #76DCD4: hue angle of 175.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DCD4 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 212 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.14 |
| HSL | 175.29º | 0.59% | 0.66% | - |
| HSV(B) | 175.29º | 0.46% | 0.86% | - |
| XYZ | 44.95 | 59.79 | 71.46 | - |
| YUV | 188.59 | 141.21 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 212 | 0.46 | 0 | 0.04 | 0.14 | 175.29 | 0.59 | 0.66 |
| Hex | 76 | DC | D4 | 2E | 0 | 4 | E | AF | 3B | 42 |
| Octal | 166 | 334 | 324 | 56 | 0 | 4 | 16 | 257 | 73 | 102 |
| Binary | 1110110 | 11011100 | 11010100 | 101110 | 0 | 100 | 1110 | 10101111 | 111011 | 1000010 |
Color Harmonies of #76DCD4
Complementary color
Monochromatic Colors of #76DCD4
Black with #76DCD4
Text Example
Text Example
White with #76DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCD4; }
p { color: rgb(118,220,212); }
H1.HeaderClassName
{
color: #76DCD4;
}
.AnyTagClassName
{
color: #76DCD4;
}
</style>
background-color css
<style>
a { background-color: #76DCD4; }
a { background-color: rgb(118,220,212); }
div.DivClassName
{
background-color: #76DCD4;
}
.BgClassName
{
background-color: #76DCD4;
}
</style>
border-color css
<style>
span { border-color: #76DCD4; }
span { border-color: rgb(118,220,212); }
td.TdClassName
{
border-color: #76DCD4;
}
.TagClassName
{
border-color: #76DCD4;
}
</style>