Shades of Riptide #80DFC9
Tints of Riptide #80DFC9
RGB
CMYK
RGB Variations
Color information
#80DFC9 (or 0x80DFC9) is known color: Riptide. HEX triplet: 80, DF and C9. RGB value is (128,223,201). Sum of RGB (Red+Green+Blue) = 128+223+201=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFC9 is #7F2036. Grayscale: #C0C0C0. Windows color (decimal): -8331319 or 13229952. OLE color: 13229952.
HSL color Cylindrical-coordinate representation of color #80DFC9: hue angle of 166.11º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DFC9 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 201 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.13 |
| HSL | 166.11º | 0.6% | 0.69% | - |
| HSV(B) | 166.11º | 0.43% | 0.87% | - |
| XYZ | 45.83 | 61.58 | 64.73 | - |
| YUV | 192.09 | 133.03 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 201 | 0.43 | 0 | 0.10 | 0.13 | 166.11 | 0.6 | 0.69 |
| Hex | 80 | DF | C9 | 2B | 0 | A | D | A6 | 3C | 45 |
| Octal | 200 | 337 | 311 | 53 | 0 | 12 | 15 | 246 | 74 | 105 |
| Binary | 10000000 | 11011111 | 11001001 | 101011 | 0 | 1010 | 1101 | 10100110 | 111100 | 1000101 |
Color Harmonies of #80DFC9
Complementary color
Monochromatic Colors of #80DFC9
Black with #80DFC9
Text Example
Text Example
White with #80DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DFC9; }
p { color: rgb(128,223,201); }
H1.HeaderClassName
{
color: #80DFC9;
}
.AnyTagClassName
{
color: #80DFC9;
}
</style>
background-color css
<style>
a { background-color: #80DFC9; }
a { background-color: rgb(128,223,201); }
div.DivClassName
{
background-color: #80DFC9;
}
.BgClassName
{
background-color: #80DFC9;
}
</style>
border-color css
<style>
span { border-color: #80DFC9; }
span { border-color: rgb(128,223,201); }
td.TdClassName
{
border-color: #80DFC9;
}
.TagClassName
{
border-color: #80DFC9;
}
</style>