Shades of Riptide #7DDFCB
Tints of Riptide #7DDFCB
RGB
CMYK
RGB Variations
Color information
#7DDFCB (or 0x7DDFCB) is known color: Riptide. HEX triplet: 7D, DF and CB. RGB value is (125,223,203). Sum of RGB (Red+Green+Blue) = 125+223+203=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFCB is #822034. Grayscale: #BFBFBF. Windows color (decimal): -8527925 or 13361021. OLE color: 13361021.
HSL color Cylindrical-coordinate representation of color #7DDFCB: hue angle of 167.76º 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 #7DDFCB is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 203 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.13 |
| HSL | 167.76º | 0.6% | 0.68% | - |
| HSV(B) | 167.76º | 0.44% | 0.87% | - |
| XYZ | 45.62 | 61.45 | 65.96 | - |
| YUV | 191.42 | 134.53 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 203 | 0.44 | 0 | 0.09 | 0.13 | 167.76 | 0.6 | 0.68 |
| Hex | 7D | DF | CB | 2C | 0 | 9 | D | A8 | 3C | 44 |
| Octal | 175 | 337 | 313 | 54 | 0 | 11 | 15 | 250 | 74 | 104 |
| Binary | 1111101 | 11011111 | 11001011 | 101100 | 0 | 1001 | 1101 | 10101000 | 111100 | 1000100 |
Color Harmonies of #7DDFCB
Complementary color
Monochromatic Colors of #7DDFCB
Black with #7DDFCB
Text Example
Text Example
White with #7DDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFCB; }
p { color: rgb(125,223,203); }
H1.HeaderClassName
{
color: #7DDFCB;
}
.AnyTagClassName
{
color: #7DDFCB;
}
</style>
background-color css
<style>
a { background-color: #7DDFCB; }
a { background-color: rgb(125,223,203); }
div.DivClassName
{
background-color: #7DDFCB;
}
.BgClassName
{
background-color: #7DDFCB;
}
</style>
border-color css
<style>
span { border-color: #7DDFCB; }
span { border-color: rgb(125,223,203); }
td.TdClassName
{
border-color: #7DDFCB;
}
.TagClassName
{
border-color: #7DDFCB;
}
</style>