Shades of Riptide #80ECC0
Tints of Riptide #80ECC0
RGB
CMYK
RGB Variations
Color information
#80ECC0 (or 0x80ECC0) is known color: Riptide. HEX triplet: 80, EC and C0. RGB value is (128,236,192). Sum of RGB (Red+Green+Blue) = 128+236+192=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECC0 is #7F133F. Grayscale: #C6C6C6. Windows color (decimal): -8328000 or 12643456. OLE color: 12643456.
HSL color Cylindrical-coordinate representation of color #80ECC0: hue angle of 155.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ECC0 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 192 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.07 |
| HSL | 155.56º | 0.74% | 0.71% | - |
| HSV(B) | 155.56º | 0.46% | 0.93% | - |
| XYZ | 48.41 | 68.39 | 60.52 | - |
| YUV | 198.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 192 | 0.46 | 0 | 0.19 | 0.07 | 155.56 | 0.74 | 0.71 |
| Hex | 80 | EC | C0 | 2E | 0 | 13 | 7 | 9C | 4A | 47 |
| Octal | 200 | 354 | 300 | 56 | 0 | 23 | 7 | 234 | 112 | 107 |
| Binary | 10000000 | 11101100 | 11000000 | 101110 | 0 | 10011 | 111 | 10011100 | 1001010 | 1000111 |
Color Harmonies of #80ECC0
Complementary color
Monochromatic Colors of #80ECC0
Black with #80ECC0
Text Example
Text Example
White with #80ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECC0; }
p { color: rgb(128,236,192); }
H1.HeaderClassName
{
color: #80ECC0;
}
.AnyTagClassName
{
color: #80ECC0;
}
</style>
background-color css
<style>
a { background-color: #80ECC0; }
a { background-color: rgb(128,236,192); }
div.DivClassName
{
background-color: #80ECC0;
}
.BgClassName
{
background-color: #80ECC0;
}
</style>
border-color css
<style>
span { border-color: #80ECC0; }
span { border-color: rgb(128,236,192); }
td.TdClassName
{
border-color: #80ECC0;
}
.TagClassName
{
border-color: #80ECC0;
}
</style>