Shades of Riptide #79DCCC
Tints of Riptide #79DCCC
RGB
CMYK
RGB Variations
Color information
#79DCCC (or 0x79DCCC) is known color: Riptide. HEX triplet: 79, DC and CC. RGB value is (121,220,204). Sum of RGB (Red+Green+Blue) = 121+220+204=545 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.20% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #79DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DCCC is #862333. Grayscale: #BCBCBC. Windows color (decimal): -8790836 or 13425785. OLE color: 13425785.
HSL color Cylindrical-coordinate representation of color #79DCCC: hue angle of 170.3º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79DCCC is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 220 | 204 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.14 |
| HSL | 170.3º | 0.59% | 0.67% | - |
| HSV(B) | 170.3º | 0.45% | 0.86% | - |
| XYZ | 44.38 | 59.61 | 66.29 | - |
| YUV | 188.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 220 | 204 | 0.45 | 0 | 0.07 | 0.14 | 170.3 | 0.59 | 0.67 |
| Hex | 79 | DC | CC | 2D | 0 | 7 | E | AA | 3B | 43 |
| Octal | 171 | 334 | 314 | 55 | 0 | 7 | 16 | 252 | 73 | 103 |
| Binary | 1111001 | 11011100 | 11001100 | 101101 | 0 | 111 | 1110 | 10101010 | 111011 | 1000011 |
Color Harmonies of #79DCCC
Complementary color
Monochromatic Colors of #79DCCC
Black with #79DCCC
Text Example
Text Example
White with #79DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DCCC; }
p { color: rgb(121,220,204); }
H1.HeaderClassName
{
color: #79DCCC;
}
.AnyTagClassName
{
color: #79DCCC;
}
</style>
background-color css
<style>
a { background-color: #79DCCC; }
a { background-color: rgb(121,220,204); }
div.DivClassName
{
background-color: #79DCCC;
}
.BgClassName
{
background-color: #79DCCC;
}
</style>
border-color css
<style>
span { border-color: #79DCCC; }
span { border-color: rgb(121,220,204); }
td.TdClassName
{
border-color: #79DCCC;
}
.TagClassName
{
border-color: #79DCCC;
}
</style>