Shades of Riptide #77DFD0
Tints of Riptide #77DFD0
RGB
CMYK
RGB Variations
Color information
#77DFD0 (or 0x77DFD0) is known color: Riptide. HEX triplet: 77, DF and D0. RGB value is (119,223,208). Sum of RGB (Red+Green+Blue) = 119+223+208=550 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.64% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #77DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DFD0 is #88202F. Grayscale: #BEBEBE. Windows color (decimal): -8921136 or 13688695. OLE color: 13688695.
HSL color Cylindrical-coordinate representation of color #77DFD0: hue angle of 171.35º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77DFD0 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 223 | 208 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.13 |
| HSL | 171.35º | 0.62% | 0.67% | - |
| HSV(B) | 171.35º | 0.47% | 0.87% | - |
| XYZ | 45.38 | 61.25 | 69.11 | - |
| YUV | 190.19 | 138.04 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 223 | 208 | 0.47 | 0 | 0.07 | 0.13 | 171.35 | 0.62 | 0.67 |
| Hex | 77 | DF | D0 | 2F | 0 | 7 | D | AB | 3E | 43 |
| Octal | 167 | 337 | 320 | 57 | 0 | 7 | 15 | 253 | 76 | 103 |
| Binary | 1110111 | 11011111 | 11010000 | 101111 | 0 | 111 | 1101 | 10101011 | 111110 | 1000011 |
Color Harmonies of #77DFD0
Complementary color
Monochromatic Colors of #77DFD0
Black with #77DFD0
Text Example
Text Example
White with #77DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DFD0; }
p { color: rgb(119,223,208); }
H1.HeaderClassName
{
color: #77DFD0;
}
.AnyTagClassName
{
color: #77DFD0;
}
</style>
background-color css
<style>
a { background-color: #77DFD0; }
a { background-color: rgb(119,223,208); }
div.DivClassName
{
background-color: #77DFD0;
}
.BgClassName
{
background-color: #77DFD0;
}
</style>
border-color css
<style>
span { border-color: #77DFD0; }
span { border-color: rgb(119,223,208); }
td.TdClassName
{
border-color: #77DFD0;
}
.TagClassName
{
border-color: #77DFD0;
}
</style>