Shades of Riptide #7DDECF
Tints of Riptide #7DDECF
RGB
CMYK
RGB Variations
Color information
#7DDECF (or 0x7DDECF) is known color: Riptide. HEX triplet: 7D, DE and CF. RGB value is (125,222,207). Sum of RGB (Red+Green+Blue) = 125+222+207=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDECF is #822130. Grayscale: #BFBFBF. Windows color (decimal): -8528177 or 13622909. OLE color: 13622909.
HSL color Cylindrical-coordinate representation of color #7DDECF: hue angle of 170.72º 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 #7DDECF is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 222 | 207 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.13 |
| HSL | 170.72º | 0.6% | 0.68% | - |
| HSV(B) | 170.72º | 0.44% | 0.87% | - |
| XYZ | 45.84 | 61.11 | 68.41 | - |
| YUV | 191.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 222 | 207 | 0.44 | 0 | 0.07 | 0.13 | 170.72 | 0.6 | 0.68 |
| Hex | 7D | DE | CF | 2C | 0 | 7 | D | AB | 3C | 44 |
| Octal | 175 | 336 | 317 | 54 | 0 | 7 | 15 | 253 | 74 | 104 |
| Binary | 1111101 | 11011110 | 11001111 | 101100 | 0 | 111 | 1101 | 10101011 | 111100 | 1000100 |
Color Harmonies of #7DDECF
Complementary color
Monochromatic Colors of #7DDECF
Black with #7DDECF
Text Example
Text Example
White with #7DDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDECF; }
p { color: rgb(125,222,207); }
H1.HeaderClassName
{
color: #7DDECF;
}
.AnyTagClassName
{
color: #7DDECF;
}
</style>
background-color css
<style>
a { background-color: #7DDECF; }
a { background-color: rgb(125,222,207); }
div.DivClassName
{
background-color: #7DDECF;
}
.BgClassName
{
background-color: #7DDECF;
}
</style>
border-color css
<style>
span { border-color: #7DDECF; }
span { border-color: rgb(125,222,207); }
td.TdClassName
{
border-color: #7DDECF;
}
.TagClassName
{
border-color: #7DDECF;
}
</style>