Shades of Riptide #7FDACB
Tints of Riptide #7FDACB
RGB
CMYK
RGB Variations
Color information
#7FDACB (or 0x7FDACB) is known color: Riptide. HEX triplet: 7F, DA and CB. RGB value is (127,218,203). Sum of RGB (Red+Green+Blue) = 127+218+203=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDACB is #802534. Grayscale: #BDBDBD. Windows color (decimal): -8398133 or 13359743. OLE color: 13359743.
HSL color Cylindrical-coordinate representation of color #7FDACB: hue angle of 170.11º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDACB is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 203 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.15 |
| HSL | 170.11º | 0.55% | 0.68% | - |
| HSV(B) | 170.11º | 0.42% | 0.85% | - |
| XYZ | 44.6 | 58.97 | 65.53 | - |
| YUV | 189.08 | 135.85 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 203 | 0.42 | 0 | 0.07 | 0.15 | 170.11 | 0.55 | 0.68 |
| Hex | 7F | DA | CB | 2A | 0 | 7 | F | AA | 37 | 44 |
| Octal | 177 | 332 | 313 | 52 | 0 | 7 | 17 | 252 | 67 | 104 |
| Binary | 1111111 | 11011010 | 11001011 | 101010 | 0 | 111 | 1111 | 10101010 | 110111 | 1000100 |
Color Harmonies of #7FDACB
Complementary color
Monochromatic Colors of #7FDACB
Black with #7FDACB
Text Example
Text Example
White with #7FDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDACB; }
p { color: rgb(127,218,203); }
H1.HeaderClassName
{
color: #7FDACB;
}
.AnyTagClassName
{
color: #7FDACB;
}
</style>
background-color css
<style>
a { background-color: #7FDACB; }
a { background-color: rgb(127,218,203); }
div.DivClassName
{
background-color: #7FDACB;
}
.BgClassName
{
background-color: #7FDACB;
}
</style>
border-color css
<style>
span { border-color: #7FDACB; }
span { border-color: rgb(127,218,203); }
td.TdClassName
{
border-color: #7FDACB;
}
.TagClassName
{
border-color: #7FDACB;
}
</style>