Shades of Riptide #7FDCD2
Tints of Riptide #7FDCD2
RGB
CMYK
RGB Variations
Color information
#7FDCD2 (or 0x7FDCD2) is known color: Riptide. HEX triplet: 7F, DC and D2. RGB value is (127,220,210). Sum of RGB (Red+Green+Blue) = 127+220+210=557 (73% of max value = 765). Red value is 127 (50% from 255 or 22.80% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCD2 is #80232D. Grayscale: #BEBEBE. Windows color (decimal): -8397614 or 13819007. OLE color: 13819007.
HSL color Cylindrical-coordinate representation of color #7FDCD2: hue angle of 173.55º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDCD2 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 210 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.14 |
| HSL | 173.55º | 0.57% | 0.68% | - |
| HSV(B) | 173.55º | 0.42% | 0.86% | - |
| XYZ | 45.98 | 60.35 | 70.2 | - |
| YUV | 191.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 210 | 0.42 | 0 | 0.05 | 0.14 | 173.55 | 0.57 | 0.68 |
| Hex | 7F | DC | D2 | 2A | 0 | 5 | E | AE | 39 | 44 |
| Octal | 177 | 334 | 322 | 52 | 0 | 5 | 16 | 256 | 71 | 104 |
| Binary | 1111111 | 11011100 | 11010010 | 101010 | 0 | 101 | 1110 | 10101110 | 111001 | 1000100 |
Color Harmonies of #7FDCD2
Complementary color
Monochromatic Colors of #7FDCD2
Black with #7FDCD2
Text Example
Text Example
White with #7FDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDCD2; }
p { color: rgb(127,220,210); }
H1.HeaderClassName
{
color: #7FDCD2;
}
.AnyTagClassName
{
color: #7FDCD2;
}
</style>
background-color css
<style>
a { background-color: #7FDCD2; }
a { background-color: rgb(127,220,210); }
div.DivClassName
{
background-color: #7FDCD2;
}
.BgClassName
{
background-color: #7FDCD2;
}
</style>
border-color css
<style>
span { border-color: #7FDCD2; }
span { border-color: rgb(127,220,210); }
td.TdClassName
{
border-color: #7FDCD2;
}
.TagClassName
{
border-color: #7FDCD2;
}
</style>