Shades of Riptide #7BDFCC
Tints of Riptide #7BDFCC
RGB
CMYK
RGB Variations
Color information
#7BDFCC (or 0x7BDFCC) is known color: Riptide. HEX triplet: 7B, DF and CC. RGB value is (123,223,204). Sum of RGB (Red+Green+Blue) = 123+223+204=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFCC is #842033. Grayscale: #BEBEBE. Windows color (decimal): -8658996 or 13426555. OLE color: 13426555.
HSL color Cylindrical-coordinate representation of color #7BDFCC: hue angle of 168.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDFCC is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 204 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.13 |
| HSL | 168.6º | 0.61% | 0.68% | - |
| HSV(B) | 168.6º | 0.45% | 0.87% | - |
| XYZ | 45.46 | 61.35 | 66.57 | - |
| YUV | 190.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 204 | 0.45 | 0 | 0.09 | 0.13 | 168.6 | 0.61 | 0.68 |
| Hex | 7B | DF | CC | 2D | 0 | 9 | D | A9 | 3D | 44 |
| Octal | 173 | 337 | 314 | 55 | 0 | 11 | 15 | 251 | 75 | 104 |
| Binary | 1111011 | 11011111 | 11001100 | 101101 | 0 | 1001 | 1101 | 10101001 | 111101 | 1000100 |
Color Harmonies of #7BDFCC
Complementary color
Monochromatic Colors of #7BDFCC
Black with #7BDFCC
Text Example
Text Example
White with #7BDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFCC; }
p { color: rgb(123,223,204); }
H1.HeaderClassName
{
color: #7BDFCC;
}
.AnyTagClassName
{
color: #7BDFCC;
}
</style>
background-color css
<style>
a { background-color: #7BDFCC; }
a { background-color: rgb(123,223,204); }
div.DivClassName
{
background-color: #7BDFCC;
}
.BgClassName
{
background-color: #7BDFCC;
}
</style>
border-color css
<style>
span { border-color: #7BDFCC; }
span { border-color: rgb(123,223,204); }
td.TdClassName
{
border-color: #7BDFCC;
}
.TagClassName
{
border-color: #7BDFCC;
}
</style>