Shades of Riptide #7DDFCE
Tints of Riptide #7DDFCE
RGB
CMYK
RGB Variations
Color information
#7DDFCE (or 0x7DDFCE) is known color: Riptide. HEX triplet: 7D, DF and CE. RGB value is (125,223,206). Sum of RGB (Red+Green+Blue) = 125+223+206=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFCE is #822031. Grayscale: #BFBFBF. Windows color (decimal): -8527922 or 13557629. OLE color: 13557629.
HSL color Cylindrical-coordinate representation of color #7DDFCE: hue angle of 169.59º 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 #7DDFCE is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 206 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.13 |
| HSL | 169.59º | 0.6% | 0.68% | - |
| HSV(B) | 169.59º | 0.44% | 0.87% | - |
| XYZ | 45.99 | 61.59 | 67.86 | - |
| YUV | 191.76 | 136.03 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 206 | 0.44 | 0 | 0.08 | 0.13 | 169.59 | 0.6 | 0.68 |
| Hex | 7D | DF | CE | 2C | 0 | 8 | D | AA | 3C | 44 |
| Octal | 175 | 337 | 316 | 54 | 0 | 10 | 15 | 252 | 74 | 104 |
| Binary | 1111101 | 11011111 | 11001110 | 101100 | 0 | 1000 | 1101 | 10101010 | 111100 | 1000100 |
Color Harmonies of #7DDFCE
Complementary color
Monochromatic Colors of #7DDFCE
Black with #7DDFCE
Text Example
Text Example
White with #7DDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFCE; }
p { color: rgb(125,223,206); }
H1.HeaderClassName
{
color: #7DDFCE;
}
.AnyTagClassName
{
color: #7DDFCE;
}
</style>
background-color css
<style>
a { background-color: #7DDFCE; }
a { background-color: rgb(125,223,206); }
div.DivClassName
{
background-color: #7DDFCE;
}
.BgClassName
{
background-color: #7DDFCE;
}
</style>
border-color css
<style>
span { border-color: #7DDFCE; }
span { border-color: rgb(125,223,206); }
td.TdClassName
{
border-color: #7DDFCE;
}
.TagClassName
{
border-color: #7DDFCE;
}
</style>