Shades of Riptide #80DECA
Tints of Riptide #80DECA
RGB
CMYK
RGB Variations
Color information
#80DECA (or 0x80DECA) is known color: Riptide. HEX triplet: 80, DE and CA. RGB value is (128,222,202). Sum of RGB (Red+Green+Blue) = 128+222+202=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #80DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DECA is #7F2135. Grayscale: #BFBFBF. Windows color (decimal): -8331574 or 13295232. OLE color: 13295232.
HSL color Cylindrical-coordinate representation of color #80DECA: hue angle of 167.23º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DECA is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 222 | 202 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.13 |
| HSL | 167.23º | 0.59% | 0.69% | - |
| HSV(B) | 167.23º | 0.42% | 0.87% | - |
| XYZ | 45.68 | 61.1 | 65.26 | - |
| YUV | 191.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 222 | 202 | 0.42 | 0 | 0.09 | 0.13 | 167.23 | 0.59 | 0.69 |
| Hex | 80 | DE | CA | 2A | 0 | 9 | D | A7 | 3B | 45 |
| Octal | 200 | 336 | 312 | 52 | 0 | 11 | 15 | 247 | 73 | 105 |
| Binary | 10000000 | 11011110 | 11001010 | 101010 | 0 | 1001 | 1101 | 10100111 | 111011 | 1000101 |
Color Harmonies of #80DECA
Complementary color
Monochromatic Colors of #80DECA
Black with #80DECA
Text Example
Text Example
White with #80DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DECA; }
p { color: rgb(128,222,202); }
H1.HeaderClassName
{
color: #80DECA;
}
.AnyTagClassName
{
color: #80DECA;
}
</style>
background-color css
<style>
a { background-color: #80DECA; }
a { background-color: rgb(128,222,202); }
div.DivClassName
{
background-color: #80DECA;
}
.BgClassName
{
background-color: #80DECA;
}
</style>
border-color css
<style>
span { border-color: #80DECA; }
span { border-color: rgb(128,222,202); }
td.TdClassName
{
border-color: #80DECA;
}
.TagClassName
{
border-color: #80DECA;
}
</style>