Shades of Riptide #7FDECB
Tints of Riptide #7FDECB
RGB
CMYK
RGB Variations
Color information
#7FDECB (or 0x7FDECB) is known color: Riptide. HEX triplet: 7F, DE and CB. RGB value is (127,222,203). Sum of RGB (Red+Green+Blue) = 127+222+203=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDECB is #802134. Grayscale: #BFBFBF. Windows color (decimal): -8397109 or 13360767. OLE color: 13360767.
HSL color Cylindrical-coordinate representation of color #7FDECB: hue angle of 168º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDECB is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 222 | 203 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.13 |
| HSL | 168º | 0.59% | 0.68% | - |
| HSV(B) | 168º | 0.43% | 0.87% | - |
| XYZ | 45.65 | 61.07 | 65.88 | - |
| YUV | 191.43 | 134.53 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 203 | 0.43 | 0 | 0.09 | 0.13 | 168 | 0.59 | 0.68 |
| Hex | 7F | DE | CB | 2B | 0 | 9 | D | A8 | 3B | 44 |
| Octal | 177 | 336 | 313 | 53 | 0 | 11 | 15 | 250 | 73 | 104 |
| Binary | 1111111 | 11011110 | 11001011 | 101011 | 0 | 1001 | 1101 | 10101000 | 111011 | 1000100 |
Color Harmonies of #7FDECB
Complementary color
Monochromatic Colors of #7FDECB
Black with #7FDECB
Text Example
Text Example
White with #7FDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDECB; }
p { color: rgb(127,222,203); }
H1.HeaderClassName
{
color: #7FDECB;
}
.AnyTagClassName
{
color: #7FDECB;
}
</style>
background-color css
<style>
a { background-color: #7FDECB; }
a { background-color: rgb(127,222,203); }
div.DivClassName
{
background-color: #7FDECB;
}
.BgClassName
{
background-color: #7FDECB;
}
</style>
border-color css
<style>
span { border-color: #7FDECB; }
span { border-color: rgb(127,222,203); }
td.TdClassName
{
border-color: #7FDECB;
}
.TagClassName
{
border-color: #7FDECB;
}
</style>