Shades of Riptide #7CDBCC
Tints of Riptide #7CDBCC
RGB
CMYK
RGB Variations
Color information
#7CDBCC (or 0x7CDBCC) is known color: Riptide. HEX triplet: 7C, DB and CC. RGB value is (124,219,204). Sum of RGB (Red+Green+Blue) = 124+219+204=547 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.67% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDBCC is #832433. Grayscale: #BCBCBC. Windows color (decimal): -8594484 or 13425532. OLE color: 13425532.
HSL color Cylindrical-coordinate representation of color #7CDBCC: hue angle of 170.53º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDBCC is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 204 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.14 |
| HSL | 170.53º | 0.57% | 0.67% | - |
| HSV(B) | 170.53º | 0.43% | 0.86% | - |
| XYZ | 44.54 | 59.31 | 66.23 | - |
| YUV | 188.89 | 136.53 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 204 | 0.43 | 0 | 0.07 | 0.14 | 170.53 | 0.57 | 0.67 |
| Hex | 7C | DB | CC | 2B | 0 | 7 | E | AB | 39 | 43 |
| Octal | 174 | 333 | 314 | 53 | 0 | 7 | 16 | 253 | 71 | 103 |
| Binary | 1111100 | 11011011 | 11001100 | 101011 | 0 | 111 | 1110 | 10101011 | 111001 | 1000011 |
Color Harmonies of #7CDBCC
Complementary color
Monochromatic Colors of #7CDBCC
Black with #7CDBCC
Text Example
Text Example
White with #7CDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDBCC; }
p { color: rgb(124,219,204); }
H1.HeaderClassName
{
color: #7CDBCC;
}
.AnyTagClassName
{
color: #7CDBCC;
}
</style>
background-color css
<style>
a { background-color: #7CDBCC; }
a { background-color: rgb(124,219,204); }
div.DivClassName
{
background-color: #7CDBCC;
}
.BgClassName
{
background-color: #7CDBCC;
}
</style>
border-color css
<style>
span { border-color: #7CDBCC; }
span { border-color: rgb(124,219,204); }
td.TdClassName
{
border-color: #7CDBCC;
}
.TagClassName
{
border-color: #7CDBCC;
}
</style>