Shades of Riptide #77E0D3
Tints of Riptide #77E0D3
RGB
CMYK
RGB Variations
Color information
#77E0D3 (or 0x77E0D3) is known color: Riptide. HEX triplet: 77, E0 and D3. RGB value is (119,224,211). Sum of RGB (Red+Green+Blue) = 119+224+211=554 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.48% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #77E0D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E0D3 is #881F2C. Grayscale: #BFBFBF. Windows color (decimal): -8920877 or 13885559. OLE color: 13885559.
HSL color Cylindrical-coordinate representation of color #77E0D3: hue angle of 172.57º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E0D3 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 224 | 211 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.12 |
| HSL | 172.57º | 0.63% | 0.67% | - |
| HSV(B) | 172.57º | 0.47% | 0.88% | - |
| XYZ | 46.02 | 61.94 | 71.16 | - |
| YUV | 191.12 | 139.21 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 224 | 211 | 0.47 | 0 | 0.06 | 0.12 | 172.57 | 0.63 | 0.67 |
| Hex | 77 | E0 | D3 | 2F | 0 | 6 | C | AD | 3F | 43 |
| Octal | 167 | 340 | 323 | 57 | 0 | 6 | 14 | 255 | 77 | 103 |
| Binary | 1110111 | 11100000 | 11010011 | 101111 | 0 | 110 | 1100 | 10101101 | 111111 | 1000011 |
Color Harmonies of #77E0D3
Complementary color
Monochromatic Colors of #77E0D3
Black with #77E0D3
Text Example
Text Example
White with #77E0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E0D3; }
p { color: rgb(119,224,211); }
H1.HeaderClassName
{
color: #77E0D3;
}
.AnyTagClassName
{
color: #77E0D3;
}
</style>
background-color css
<style>
a { background-color: #77E0D3; }
a { background-color: rgb(119,224,211); }
div.DivClassName
{
background-color: #77E0D3;
}
.BgClassName
{
background-color: #77E0D3;
}
</style>
border-color css
<style>
span { border-color: #77E0D3; }
span { border-color: rgb(119,224,211); }
td.TdClassName
{
border-color: #77E0D3;
}
.TagClassName
{
border-color: #77E0D3;
}
</style>