Shades of Riptide #72E7D2
Tints of Riptide #72E7D2
RGB
CMYK
RGB Variations
Color information
#72E7D2 (or 0x72E7D2) is known color: Riptide. HEX triplet: 72, E7 and D2. RGB value is (114,231,210). Sum of RGB (Red+Green+Blue) = 114+231+210=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #72E7D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E7D2 is #8D182D. Grayscale: #C1C1C1. Windows color (decimal): -9246766 or 13821810. OLE color: 13821810.
HSL color Cylindrical-coordinate representation of color #72E7D2: hue angle of 169.23º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E7D2 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 231 | 210 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.09 |
| HSL | 169.23º | 0.71% | 0.68% | - |
| HSV(B) | 169.23º | 0.51% | 0.91% | - |
| XYZ | 47.15 | 65.38 | 71.11 | - |
| YUV | 193.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 231 | 210 | 0.51 | 0 | 0.09 | 0.09 | 169.23 | 0.71 | 0.68 |
| Hex | 72 | E7 | D2 | 33 | 0 | 9 | 9 | A9 | 47 | 44 |
| Octal | 162 | 347 | 322 | 63 | 0 | 11 | 11 | 251 | 107 | 104 |
| Binary | 1110010 | 11100111 | 11010010 | 110011 | 0 | 1001 | 1001 | 10101001 | 1000111 | 1000100 |
Color Harmonies of #72E7D2
Complementary color
Monochromatic Colors of #72E7D2
Black with #72E7D2
Text Example
Text Example
White with #72E7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E7D2; }
p { color: rgb(114,231,210); }
H1.HeaderClassName
{
color: #72E7D2;
}
.AnyTagClassName
{
color: #72E7D2;
}
</style>
background-color css
<style>
a { background-color: #72E7D2; }
a { background-color: rgb(114,231,210); }
div.DivClassName
{
background-color: #72E7D2;
}
.BgClassName
{
background-color: #72E7D2;
}
</style>
border-color css
<style>
span { border-color: #72E7D2; }
span { border-color: rgb(114,231,210); }
td.TdClassName
{
border-color: #72E7D2;
}
.TagClassName
{
border-color: #72E7D2;
}
</style>