Shades of Riptide #7FD5CB
Tints of Riptide #7FD5CB
RGB
CMYK
RGB Variations
Color information
#7FD5CB (or 0x7FD5CB) is known color: Riptide. HEX triplet: 7F, D5 and CB. RGB value is (127,213,203). Sum of RGB (Red+Green+Blue) = 127+213+203=543 (71% of max value = 765). Red value is 127 (50% from 255 or 23.39% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD5CB is #802A34. Grayscale: #BABABA. Windows color (decimal): -8399413 or 13358463. OLE color: 13358463.
HSL color Cylindrical-coordinate representation of color #7FD5CB: hue angle of 173.02º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD5CB is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 203 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.16 |
| HSL | 173.02º | 0.51% | 0.67% | - |
| HSV(B) | 173.02º | 0.4% | 0.84% | - |
| XYZ | 43.33 | 56.41 | 65.11 | - |
| YUV | 186.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 203 | 0.40 | 0 | 0.05 | 0.16 | 173.02 | 0.51 | 0.67 |
| Hex | 7F | D5 | CB | 28 | 0 | 5 | 10 | AD | 33 | 43 |
| Octal | 177 | 325 | 313 | 50 | 0 | 5 | 20 | 255 | 63 | 103 |
| Binary | 1111111 | 11010101 | 11001011 | 101000 | 0 | 101 | 10000 | 10101101 | 110011 | 1000011 |
Color Harmonies of #7FD5CB
Complementary color
Monochromatic Colors of #7FD5CB
Black with #7FD5CB
Text Example
Text Example
White with #7FD5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD5CB; }
p { color: rgb(127,213,203); }
H1.HeaderClassName
{
color: #7FD5CB;
}
.AnyTagClassName
{
color: #7FD5CB;
}
</style>
background-color css
<style>
a { background-color: #7FD5CB; }
a { background-color: rgb(127,213,203); }
div.DivClassName
{
background-color: #7FD5CB;
}
.BgClassName
{
background-color: #7FD5CB;
}
</style>
border-color css
<style>
span { border-color: #7FD5CB; }
span { border-color: rgb(127,213,203); }
td.TdClassName
{
border-color: #7FD5CB;
}
.TagClassName
{
border-color: #7FD5CB;
}
</style>