Shades of Riptide #80DFCA
Tints of Riptide #80DFCA
RGB
CMYK
RGB Variations
Color information
#80DFCA (or 0x80DFCA) is known color: Riptide. HEX triplet: 80, DF and CA. RGB value is (128,223,202). Sum of RGB (Red+Green+Blue) = 128+223+202=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFCA is #7F2035. Grayscale: #C0C0C0. Windows color (decimal): -8331318 or 13295488. OLE color: 13295488.
HSL color Cylindrical-coordinate representation of color #80DFCA: hue angle of 166.74º 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 #80DFCA is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 202 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.13 |
| HSL | 166.74º | 0.6% | 0.69% | - |
| HSV(B) | 166.74º | 0.43% | 0.87% | - |
| XYZ | 45.95 | 61.63 | 65.35 | - |
| YUV | 192.2 | 133.53 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 202 | 0.43 | 0 | 0.09 | 0.13 | 166.74 | 0.6 | 0.69 |
| Hex | 80 | DF | CA | 2B | 0 | 9 | D | A7 | 3C | 45 |
| Octal | 200 | 337 | 312 | 53 | 0 | 11 | 15 | 247 | 74 | 105 |
| Binary | 10000000 | 11011111 | 11001010 | 101011 | 0 | 1001 | 1101 | 10100111 | 111100 | 1000101 |
Color Harmonies of #80DFCA
Complementary color
Monochromatic Colors of #80DFCA
Black with #80DFCA
Text Example
Text Example
White with #80DFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DFCA; }
p { color: rgb(128,223,202); }
H1.HeaderClassName
{
color: #80DFCA;
}
.AnyTagClassName
{
color: #80DFCA;
}
</style>
background-color css
<style>
a { background-color: #80DFCA; }
a { background-color: rgb(128,223,202); }
div.DivClassName
{
background-color: #80DFCA;
}
.BgClassName
{
background-color: #80DFCA;
}
</style>
border-color css
<style>
span { border-color: #80DFCA; }
span { border-color: rgb(128,223,202); }
td.TdClassName
{
border-color: #80DFCA;
}
.TagClassName
{
border-color: #80DFCA;
}
</style>