Shades of Riptide #7FD0CE
Tints of Riptide #7FD0CE
RGB
CMYK
RGB Variations
Color information
#7FD0CE (or 0x7FD0CE) is known color: Riptide. HEX triplet: 7F, D0 and CE. RGB value is (127,208,206). Sum of RGB (Red+Green+Blue) = 127+208+206=541 (71% of max value = 765). Red value is 127 (50% from 255 or 23.48% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD0CE is #802F31. Grayscale: #B7B7B7. Windows color (decimal): -8400690 or 13553791. OLE color: 13553791.
HSL color Cylindrical-coordinate representation of color #7FD0CE: hue angle of 178.52º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD0CE is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 208 | 206 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.18 |
| HSL | 178.52º | 0.46% | 0.66% | - |
| HSV(B) | 178.52º | 0.39% | 0.82% | - |
| XYZ | 42.45 | 54.08 | 66.59 | - |
| YUV | 183.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 208 | 206 | 0.39 | 0 | 0.01 | 0.18 | 178.52 | 0.46 | 0.66 |
| Hex | 7F | D0 | CE | 27 | 0 | 1 | 12 | B3 | 2E | 42 |
| Octal | 177 | 320 | 316 | 47 | 0 | 1 | 22 | 263 | 56 | 102 |
| Binary | 1111111 | 11010000 | 11001110 | 100111 | 0 | 1 | 10010 | 10110011 | 101110 | 1000010 |
Color Harmonies of #7FD0CE
Complementary color
Monochromatic Colors of #7FD0CE
Black with #7FD0CE
Text Example
Text Example
White with #7FD0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD0CE; }
p { color: rgb(127,208,206); }
H1.HeaderClassName
{
color: #7FD0CE;
}
.AnyTagClassName
{
color: #7FD0CE;
}
</style>
background-color css
<style>
a { background-color: #7FD0CE; }
a { background-color: rgb(127,208,206); }
div.DivClassName
{
background-color: #7FD0CE;
}
.BgClassName
{
background-color: #7FD0CE;
}
</style>
border-color css
<style>
span { border-color: #7FD0CE; }
span { border-color: rgb(127,208,206); }
td.TdClassName
{
border-color: #7FD0CE;
}
.TagClassName
{
border-color: #7FD0CE;
}
</style>