Shades of Riptide #7DDFCF
Tints of Riptide #7DDFCF
RGB
CMYK
RGB Variations
Color information
#7DDFCF (or 0x7DDFCF) is known color: Riptide. HEX triplet: 7D, DF and CF. RGB value is (125,223,207). Sum of RGB (Red+Green+Blue) = 125+223+207=555 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.52% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFCF is #822030. Grayscale: #BFBFBF. Windows color (decimal): -8527921 or 13623165. OLE color: 13623165.
HSL color Cylindrical-coordinate representation of color #7DDFCF: hue angle of 170.2º 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 #7DDFCF is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 207 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.13 |
| HSL | 170.2º | 0.6% | 0.68% | - |
| HSV(B) | 170.2º | 0.44% | 0.87% | - |
| XYZ | 46.11 | 61.64 | 68.5 | - |
| YUV | 191.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 207 | 0.44 | 0 | 0.07 | 0.13 | 170.2 | 0.6 | 0.68 |
| Hex | 7D | DF | CF | 2C | 0 | 7 | D | AA | 3C | 44 |
| Octal | 175 | 337 | 317 | 54 | 0 | 7 | 15 | 252 | 74 | 104 |
| Binary | 1111101 | 11011111 | 11001111 | 101100 | 0 | 111 | 1101 | 10101010 | 111100 | 1000100 |
Color Harmonies of #7DDFCF
Complementary color
Monochromatic Colors of #7DDFCF
Black with #7DDFCF
Text Example
Text Example
White with #7DDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFCF; }
p { color: rgb(125,223,207); }
H1.HeaderClassName
{
color: #7DDFCF;
}
.AnyTagClassName
{
color: #7DDFCF;
}
</style>
background-color css
<style>
a { background-color: #7DDFCF; }
a { background-color: rgb(125,223,207); }
div.DivClassName
{
background-color: #7DDFCF;
}
.BgClassName
{
background-color: #7DDFCF;
}
</style>
border-color css
<style>
span { border-color: #7DDFCF; }
span { border-color: rgb(125,223,207); }
td.TdClassName
{
border-color: #7DDFCF;
}
.TagClassName
{
border-color: #7DDFCF;
}
</style>