Shades of Riptide #77DCCC
Tints of Riptide #77DCCC
RGB
CMYK
RGB Variations
Color information
#77DCCC (or 0x77DCCC) is known color: Riptide. HEX triplet: 77, DC and CC. RGB value is (119,220,204). Sum of RGB (Red+Green+Blue) = 119+220+204=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCCC is #882333. Grayscale: #BBBBBB. Windows color (decimal): -8921908 or 13425783. OLE color: 13425783.
HSL color Cylindrical-coordinate representation of color #77DCCC: hue angle of 170.5º 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 #77DCCC is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 204 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.14 |
| HSL | 170.5º | 0.59% | 0.66% | - |
| HSV(B) | 170.5º | 0.46% | 0.86% | - |
| XYZ | 44.1 | 59.47 | 66.28 | - |
| YUV | 187.98 | 137.04 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 204 | 0.46 | 0 | 0.07 | 0.14 | 170.5 | 0.59 | 0.66 |
| Hex | 77 | DC | CC | 2E | 0 | 7 | E | AA | 3B | 42 |
| Octal | 167 | 334 | 314 | 56 | 0 | 7 | 16 | 252 | 73 | 102 |
| Binary | 1110111 | 11011100 | 11001100 | 101110 | 0 | 111 | 1110 | 10101010 | 111011 | 1000010 |
Color Harmonies of #77DCCC
Complementary color
Monochromatic Colors of #77DCCC
Black with #77DCCC
Text Example
Text Example
White with #77DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCCC; }
p { color: rgb(119,220,204); }
H1.HeaderClassName
{
color: #77DCCC;
}
.AnyTagClassName
{
color: #77DCCC;
}
</style>
background-color css
<style>
a { background-color: #77DCCC; }
a { background-color: rgb(119,220,204); }
div.DivClassName
{
background-color: #77DCCC;
}
.BgClassName
{
background-color: #77DCCC;
}
</style>
border-color css
<style>
span { border-color: #77DCCC; }
span { border-color: rgb(119,220,204); }
td.TdClassName
{
border-color: #77DCCC;
}
.TagClassName
{
border-color: #77DCCC;
}
</style>