Shades of Riptide #7FDBCB
Tints of Riptide #7FDBCB
RGB
CMYK
RGB Variations
Color information
#7FDBCB (or 0x7FDBCB) is known color: Riptide. HEX triplet: 7F, DB and CB. RGB value is (127,219,203). Sum of RGB (Red+Green+Blue) = 127+219+203=549 (72% of max value = 765). Red value is 127 (50% from 255 or 23.13% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDBCB is #802434. Grayscale: #BDBDBD. Windows color (decimal): -8397877 or 13359999. OLE color: 13359999.
HSL color Cylindrical-coordinate representation of color #7FDBCB: hue angle of 169.57º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDBCB is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 203 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.14 |
| HSL | 169.57º | 0.56% | 0.68% | - |
| HSV(B) | 169.57º | 0.42% | 0.86% | - |
| XYZ | 44.86 | 59.49 | 65.62 | - |
| YUV | 189.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 203 | 0.42 | 0 | 0.07 | 0.14 | 169.57 | 0.56 | 0.68 |
| Hex | 7F | DB | CB | 2A | 0 | 7 | E | AA | 38 | 44 |
| Octal | 177 | 333 | 313 | 52 | 0 | 7 | 16 | 252 | 70 | 104 |
| Binary | 1111111 | 11011011 | 11001011 | 101010 | 0 | 111 | 1110 | 10101010 | 111000 | 1000100 |
Color Harmonies of #7FDBCB
Complementary color
Monochromatic Colors of #7FDBCB
Black with #7FDBCB
Text Example
Text Example
White with #7FDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBCB; }
p { color: rgb(127,219,203); }
H1.HeaderClassName
{
color: #7FDBCB;
}
.AnyTagClassName
{
color: #7FDBCB;
}
</style>
background-color css
<style>
a { background-color: #7FDBCB; }
a { background-color: rgb(127,219,203); }
div.DivClassName
{
background-color: #7FDBCB;
}
.BgClassName
{
background-color: #7FDBCB;
}
</style>
border-color css
<style>
span { border-color: #7FDBCB; }
span { border-color: rgb(127,219,203); }
td.TdClassName
{
border-color: #7FDBCB;
}
.TagClassName
{
border-color: #7FDBCB;
}
</style>