Shades of Riptide #7DDFCC
Tints of Riptide #7DDFCC
RGB
CMYK
RGB Variations
Color information
#7DDFCC (or 0x7DDFCC) is known color: Riptide. HEX triplet: 7D, DF and CC. RGB value is (125,223,204). Sum of RGB (Red+Green+Blue) = 125+223+204=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFCC is #822033. Grayscale: #BFBFBF. Windows color (decimal): -8527924 or 13426557. OLE color: 13426557.
HSL color Cylindrical-coordinate representation of color #7DDFCC: hue angle of 168.37º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDFCC is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 204 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.13 |
| HSL | 168.37º | 0.6% | 0.68% | - |
| HSV(B) | 168.37º | 0.44% | 0.87% | - |
| XYZ | 45.74 | 61.49 | 66.59 | - |
| YUV | 191.53 | 135.03 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 204 | 0.44 | 0 | 0.09 | 0.13 | 168.37 | 0.6 | 0.68 |
| Hex | 7D | DF | CC | 2C | 0 | 9 | D | A8 | 3C | 44 |
| Octal | 175 | 337 | 314 | 54 | 0 | 11 | 15 | 250 | 74 | 104 |
| Binary | 1111101 | 11011111 | 11001100 | 101100 | 0 | 1001 | 1101 | 10101000 | 111100 | 1000100 |
Color Harmonies of #7DDFCC
Complementary color
Monochromatic Colors of #7DDFCC
Black with #7DDFCC
Text Example
Text Example
White with #7DDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFCC; }
p { color: rgb(125,223,204); }
H1.HeaderClassName
{
color: #7DDFCC;
}
.AnyTagClassName
{
color: #7DDFCC;
}
</style>
background-color css
<style>
a { background-color: #7DDFCC; }
a { background-color: rgb(125,223,204); }
div.DivClassName
{
background-color: #7DDFCC;
}
.BgClassName
{
background-color: #7DDFCC;
}
</style>
border-color css
<style>
span { border-color: #7DDFCC; }
span { border-color: rgb(125,223,204); }
td.TdClassName
{
border-color: #7DDFCC;
}
.TagClassName
{
border-color: #7DDFCC;
}
</style>