Shades of Riptide #7FDCD3
Tints of Riptide #7FDCD3
RGB
CMYK
RGB Variations
Color information
#7FDCD3 (or 0x7FDCD3) is known color: Riptide. HEX triplet: 7F, DC and D3. RGB value is (127,220,211). Sum of RGB (Red+Green+Blue) = 127+220+211=558 (73% of max value = 765). Red value is 127 (50% from 255 or 22.76% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCD3 is #80232C. Grayscale: #BFBFBF. Windows color (decimal): -8397613 or 13884543. OLE color: 13884543.
HSL color Cylindrical-coordinate representation of color #7FDCD3: hue angle of 174.19º 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 #7FDCD3 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 211 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.14 |
| HSL | 174.19º | 0.57% | 0.68% | - |
| HSV(B) | 174.19º | 0.42% | 0.86% | - |
| XYZ | 46.1 | 60.4 | 70.86 | - |
| YUV | 191.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 211 | 0.42 | 0 | 0.04 | 0.14 | 174.19 | 0.57 | 0.68 |
| Hex | 7F | DC | D3 | 2A | 0 | 4 | E | AE | 39 | 44 |
| Octal | 177 | 334 | 323 | 52 | 0 | 4 | 16 | 256 | 71 | 104 |
| Binary | 1111111 | 11011100 | 11010011 | 101010 | 0 | 100 | 1110 | 10101110 | 111001 | 1000100 |
Color Harmonies of #7FDCD3
Complementary color
Monochromatic Colors of #7FDCD3
Black with #7FDCD3
Text Example
Text Example
White with #7FDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDCD3; }
p { color: rgb(127,220,211); }
H1.HeaderClassName
{
color: #7FDCD3;
}
.AnyTagClassName
{
color: #7FDCD3;
}
</style>
background-color css
<style>
a { background-color: #7FDCD3; }
a { background-color: rgb(127,220,211); }
div.DivClassName
{
background-color: #7FDCD3;
}
.BgClassName
{
background-color: #7FDCD3;
}
</style>
border-color css
<style>
span { border-color: #7FDCD3; }
span { border-color: rgb(127,220,211); }
td.TdClassName
{
border-color: #7FDCD3;
}
.TagClassName
{
border-color: #7FDCD3;
}
</style>