Shades of Riptide #80E0D3
Tints of Riptide #80E0D3
RGB
CMYK
RGB Variations
Color information
#80E0D3 (or 0x80E0D3) is known color: Riptide. HEX triplet: 80, E0 and D3. RGB value is (128,224,211). Sum of RGB (Red+Green+Blue) = 128+224+211=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #80E0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E0D3 is #7F1F2C. Grayscale: #C1C1C1. Windows color (decimal): -8331053 or 13885568. OLE color: 13885568.
HSL color Cylindrical-coordinate representation of color #80E0D3: hue angle of 171.88º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E0D3 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 211 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.12 |
| HSL | 171.88º | 0.61% | 0.69% | - |
| HSV(B) | 171.88º | 0.43% | 0.88% | - |
| XYZ | 47.32 | 62.6 | 71.22 | - |
| YUV | 193.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 211 | 0.43 | 0 | 0.06 | 0.12 | 171.88 | 0.61 | 0.69 |
| Hex | 80 | E0 | D3 | 2B | 0 | 6 | C | AC | 3D | 45 |
| Octal | 200 | 340 | 323 | 53 | 0 | 6 | 14 | 254 | 75 | 105 |
| Binary | 10000000 | 11100000 | 11010011 | 101011 | 0 | 110 | 1100 | 10101100 | 111101 | 1000101 |
Color Harmonies of #80E0D3
Complementary color
Monochromatic Colors of #80E0D3
Black with #80E0D3
Text Example
Text Example
White with #80E0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E0D3; }
p { color: rgb(128,224,211); }
H1.HeaderClassName
{
color: #80E0D3;
}
.AnyTagClassName
{
color: #80E0D3;
}
</style>
background-color css
<style>
a { background-color: #80E0D3; }
a { background-color: rgb(128,224,211); }
div.DivClassName
{
background-color: #80E0D3;
}
.BgClassName
{
background-color: #80E0D3;
}
</style>
border-color css
<style>
span { border-color: #80E0D3; }
span { border-color: rgb(128,224,211); }
td.TdClassName
{
border-color: #80E0D3;
}
.TagClassName
{
border-color: #80E0D3;
}
</style>