Shades of Riptide #7FDED3
Tints of Riptide #7FDED3
RGB
CMYK
RGB Variations
Color information
#7FDED3 (or 0x7FDED3) is known color: Riptide. HEX triplet: 7F, DE and D3. RGB value is (127,222,211). Sum of RGB (Red+Green+Blue) = 127+222+211=560 (74% of max value = 765). Red value is 127 (50% from 255 or 22.68% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDED3 is #80212C. Grayscale: #C0C0C0. Windows color (decimal): -8397101 or 13885055. OLE color: 13885055.
HSL color Cylindrical-coordinate representation of color #7FDED3: hue angle of 173.05º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDED3 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 222 | 211 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.13 |
| HSL | 173.05º | 0.59% | 0.68% | - |
| HSV(B) | 173.05º | 0.43% | 0.87% | - |
| XYZ | 46.63 | 61.46 | 71.03 | - |
| YUV | 192.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 211 | 0.43 | 0 | 0.05 | 0.13 | 173.05 | 0.59 | 0.68 |
| Hex | 7F | DE | D3 | 2B | 0 | 5 | D | AD | 3B | 44 |
| Octal | 177 | 336 | 323 | 53 | 0 | 5 | 15 | 255 | 73 | 104 |
| Binary | 1111111 | 11011110 | 11010011 | 101011 | 0 | 101 | 1101 | 10101101 | 111011 | 1000100 |
Color Harmonies of #7FDED3
Complementary color
Monochromatic Colors of #7FDED3
Black with #7FDED3
Text Example
Text Example
White with #7FDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDED3; }
p { color: rgb(127,222,211); }
H1.HeaderClassName
{
color: #7FDED3;
}
.AnyTagClassName
{
color: #7FDED3;
}
</style>
background-color css
<style>
a { background-color: #7FDED3; }
a { background-color: rgb(127,222,211); }
div.DivClassName
{
background-color: #7FDED3;
}
.BgClassName
{
background-color: #7FDED3;
}
</style>
border-color css
<style>
span { border-color: #7FDED3; }
span { border-color: rgb(127,222,211); }
td.TdClassName
{
border-color: #7FDED3;
}
.TagClassName
{
border-color: #7FDED3;
}
</style>