Shades of Riptide #7FD6C8
Tints of Riptide #7FD6C8
RGB
CMYK
RGB Variations
Color information
#7FD6C8 (or 0x7FD6C8) is known color: Riptide. HEX triplet: 7F, D6 and C8. RGB value is (127,214,200). Sum of RGB (Red+Green+Blue) = 127+214+200=541 (71% of max value = 765). Red value is 127 (50% from 255 or 23.48% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD6C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD6C8 is #802937. Grayscale: #BABABA. Windows color (decimal): -8399160 or 13162111. OLE color: 13162111.
HSL color Cylindrical-coordinate representation of color #7FD6C8: hue angle of 170.34º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD6C8 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 214 | 200 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.16 |
| HSL | 170.34º | 0.51% | 0.67% | - |
| HSV(B) | 170.34º | 0.41% | 0.84% | - |
| XYZ | 43.22 | 56.78 | 63.32 | - |
| YUV | 186.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 214 | 200 | 0.41 | 0 | 0.07 | 0.16 | 170.34 | 0.51 | 0.67 |
| Hex | 7F | D6 | C8 | 29 | 0 | 7 | 10 | AA | 33 | 43 |
| Octal | 177 | 326 | 310 | 51 | 0 | 7 | 20 | 252 | 63 | 103 |
| Binary | 1111111 | 11010110 | 11001000 | 101001 | 0 | 111 | 10000 | 10101010 | 110011 | 1000011 |
Color Harmonies of #7FD6C8
Complementary color
Monochromatic Colors of #7FD6C8
Black with #7FD6C8
Text Example
Text Example
White with #7FD6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD6C8; }
p { color: rgb(127,214,200); }
H1.HeaderClassName
{
color: #7FD6C8;
}
.AnyTagClassName
{
color: #7FD6C8;
}
</style>
background-color css
<style>
a { background-color: #7FD6C8; }
a { background-color: rgb(127,214,200); }
div.DivClassName
{
background-color: #7FD6C8;
}
.BgClassName
{
background-color: #7FD6C8;
}
</style>
border-color css
<style>
span { border-color: #7FD6C8; }
span { border-color: rgb(127,214,200); }
td.TdClassName
{
border-color: #7FD6C8;
}
.TagClassName
{
border-color: #7FD6C8;
}
</style>