Shades of Riptide #77DECC
Tints of Riptide #77DECC
RGB
CMYK
RGB Variations
Color information
#77DECC (or 0x77DECC) is known color: Riptide. HEX triplet: 77, DE and CC. RGB value is (119,222,204). Sum of RGB (Red+Green+Blue) = 119+222+204=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #77DECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DECC is #882133. Grayscale: #BDBDBD. Windows color (decimal): -8921396 or 13426295. OLE color: 13426295.
HSL color Cylindrical-coordinate representation of color #77DECC: hue angle of 169.51º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DECC is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 222 | 204 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.13 |
| HSL | 169.51º | 0.61% | 0.67% | - |
| HSV(B) | 169.51º | 0.46% | 0.87% | - |
| XYZ | 44.63 | 60.52 | 66.46 | - |
| YUV | 189.15 | 136.38 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 222 | 204 | 0.46 | 0 | 0.08 | 0.13 | 169.51 | 0.61 | 0.67 |
| Hex | 77 | DE | CC | 2E | 0 | 8 | D | AA | 3D | 43 |
| Octal | 167 | 336 | 314 | 56 | 0 | 10 | 15 | 252 | 75 | 103 |
| Binary | 1110111 | 11011110 | 11001100 | 101110 | 0 | 1000 | 1101 | 10101010 | 111101 | 1000011 |
Color Harmonies of #77DECC
Complementary color
Monochromatic Colors of #77DECC
Black with #77DECC
Text Example
Text Example
White with #77DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DECC; }
p { color: rgb(119,222,204); }
H1.HeaderClassName
{
color: #77DECC;
}
.AnyTagClassName
{
color: #77DECC;
}
</style>
background-color css
<style>
a { background-color: #77DECC; }
a { background-color: rgb(119,222,204); }
div.DivClassName
{
background-color: #77DECC;
}
.BgClassName
{
background-color: #77DECC;
}
</style>
border-color css
<style>
span { border-color: #77DECC; }
span { border-color: rgb(119,222,204); }
td.TdClassName
{
border-color: #77DECC;
}
.TagClassName
{
border-color: #77DECC;
}
</style>