Shades of Riptide #80E3D3
Tints of Riptide #80E3D3
RGB
CMYK
RGB Variations
Color information
#80E3D3 (or 0x80E3D3) is known color: Riptide. HEX triplet: 80, E3 and D3. RGB value is (128,227,211). Sum of RGB (Red+Green+Blue) = 128+227+211=566 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.61% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #80E3D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E3D3 is #7F1C2C. Grayscale: #C3C3C3. Windows color (decimal): -8330285 or 13886336. OLE color: 13886336.
HSL color Cylindrical-coordinate representation of color #80E3D3: hue angle of 170.3º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E3D3 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 227 | 211 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.11 |
| HSL | 170.3º | 0.64% | 0.7% | - |
| HSV(B) | 170.3º | 0.44% | 0.89% | - |
| XYZ | 48.13 | 64.23 | 71.49 | - |
| YUV | 195.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 227 | 211 | 0.44 | 0 | 0.07 | 0.11 | 170.3 | 0.64 | 0.7 |
| Hex | 80 | E3 | D3 | 2C | 0 | 7 | B | AA | 40 | 46 |
| Octal | 200 | 343 | 323 | 54 | 0 | 7 | 13 | 252 | 100 | 106 |
| Binary | 10000000 | 11100011 | 11010011 | 101100 | 0 | 111 | 1011 | 10101010 | 1000000 | 1000110 |
Color Harmonies of #80E3D3
Complementary color
Monochromatic Colors of #80E3D3
Black with #80E3D3
Text Example
Text Example
White with #80E3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E3D3; }
p { color: rgb(128,227,211); }
H1.HeaderClassName
{
color: #80E3D3;
}
.AnyTagClassName
{
color: #80E3D3;
}
</style>
background-color css
<style>
a { background-color: #80E3D3; }
a { background-color: rgb(128,227,211); }
div.DivClassName
{
background-color: #80E3D3;
}
.BgClassName
{
background-color: #80E3D3;
}
</style>
border-color css
<style>
span { border-color: #80E3D3; }
span { border-color: rgb(128,227,211); }
td.TdClassName
{
border-color: #80E3D3;
}
.TagClassName
{
border-color: #80E3D3;
}
</style>