Shades of Riptide #7DDDCB
Tints of Riptide #7DDDCB
RGB
CMYK
RGB Variations
Color information
#7DDDCB (or 0x7DDDCB) is known color: Riptide. HEX triplet: 7D, DD and CB. RGB value is (125,221,203). Sum of RGB (Red+Green+Blue) = 125+221+203=549 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.77% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDCB is #822234. Grayscale: #BEBEBE. Windows color (decimal): -8528437 or 13360509. OLE color: 13360509.
HSL color Cylindrical-coordinate representation of color #7DDDCB: hue angle of 168.75º 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 #7DDDCB is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 203 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.13 |
| HSL | 168.75º | 0.59% | 0.68% | - |
| HSV(B) | 168.75º | 0.43% | 0.87% | - |
| XYZ | 45.09 | 60.38 | 65.78 | - |
| YUV | 190.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 203 | 0.43 | 0 | 0.08 | 0.13 | 168.75 | 0.59 | 0.68 |
| Hex | 7D | DD | CB | 2B | 0 | 8 | D | A9 | 3B | 44 |
| Octal | 175 | 335 | 313 | 53 | 0 | 10 | 15 | 251 | 73 | 104 |
| Binary | 1111101 | 11011101 | 11001011 | 101011 | 0 | 1000 | 1101 | 10101001 | 111011 | 1000100 |
Color Harmonies of #7DDDCB
Complementary color
Monochromatic Colors of #7DDDCB
Black with #7DDDCB
Text Example
Text Example
White with #7DDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDCB; }
p { color: rgb(125,221,203); }
H1.HeaderClassName
{
color: #7DDDCB;
}
.AnyTagClassName
{
color: #7DDDCB;
}
</style>
background-color css
<style>
a { background-color: #7DDDCB; }
a { background-color: rgb(125,221,203); }
div.DivClassName
{
background-color: #7DDDCB;
}
.BgClassName
{
background-color: #7DDDCB;
}
</style>
border-color css
<style>
span { border-color: #7DDDCB; }
span { border-color: rgb(125,221,203); }
td.TdClassName
{
border-color: #7DDDCB;
}
.TagClassName
{
border-color: #7DDDCB;
}
</style>