Shades of Riptide #7DDDCA
Tints of Riptide #7DDDCA
RGB
CMYK
RGB Variations
Color information
#7DDDCA (or 0x7DDDCA) is known color: Riptide. HEX triplet: 7D, DD and CA. RGB value is (125,221,202). Sum of RGB (Red+Green+Blue) = 125+221+202=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDCA is #822235. Grayscale: #BEBEBE. Windows color (decimal): -8528438 or 13294973. OLE color: 13294973.
HSL color Cylindrical-coordinate representation of color #7DDDCA: hue angle of 168.12º 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 #7DDDCA is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 202 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.13 |
| HSL | 168.13º | 0.59% | 0.68% | - |
| HSV(B) | 168.13º | 0.43% | 0.87% | - |
| XYZ | 44.97 | 60.34 | 65.15 | - |
| YUV | 190.13 | 134.7 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 202 | 0.43 | 0 | 0.09 | 0.13 | 168.13 | 0.59 | 0.68 |
| Hex | 7D | DD | CA | 2B | 0 | 9 | D | A8 | 3B | 44 |
| Octal | 175 | 335 | 312 | 53 | 0 | 11 | 15 | 250 | 73 | 104 |
| Binary | 1111101 | 11011101 | 11001010 | 101011 | 0 | 1001 | 1101 | 10101000 | 111011 | 1000100 |
Color Harmonies of #7DDDCA
Complementary color
Monochromatic Colors of #7DDDCA
Black with #7DDDCA
Text Example
Text Example
White with #7DDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDCA; }
p { color: rgb(125,221,202); }
H1.HeaderClassName
{
color: #7DDDCA;
}
.AnyTagClassName
{
color: #7DDDCA;
}
</style>
background-color css
<style>
a { background-color: #7DDDCA; }
a { background-color: rgb(125,221,202); }
div.DivClassName
{
background-color: #7DDDCA;
}
.BgClassName
{
background-color: #7DDDCA;
}
</style>
border-color css
<style>
span { border-color: #7DDDCA; }
span { border-color: rgb(125,221,202); }
td.TdClassName
{
border-color: #7DDDCA;
}
.TagClassName
{
border-color: #7DDDCA;
}
</style>