Shades of Riptide #7FDFCA
Tints of Riptide #7FDFCA
RGB
CMYK
RGB Variations
Color information
#7FDFCA (or 0x7FDFCA) is known color: Riptide. HEX triplet: 7F, DF and CA. RGB value is (127,223,202). Sum of RGB (Red+Green+Blue) = 127+223+202=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFCA is #802035. Grayscale: #BFBFBF. Windows color (decimal): -8396854 or 13295487. OLE color: 13295487.
HSL color Cylindrical-coordinate representation of color #7FDFCA: hue angle of 166.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDFCA is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 202 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.13 |
| HSL | 166.88º | 0.6% | 0.69% | - |
| HSV(B) | 166.88º | 0.43% | 0.87% | - |
| XYZ | 45.8 | 61.55 | 65.34 | - |
| YUV | 191.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 202 | 0.43 | 0 | 0.09 | 0.13 | 166.88 | 0.6 | 0.69 |
| Hex | 7F | DF | CA | 2B | 0 | 9 | D | A7 | 3C | 45 |
| Octal | 177 | 337 | 312 | 53 | 0 | 11 | 15 | 247 | 74 | 105 |
| Binary | 1111111 | 11011111 | 11001010 | 101011 | 0 | 1001 | 1101 | 10100111 | 111100 | 1000101 |
Color Harmonies of #7FDFCA
Complementary color
Monochromatic Colors of #7FDFCA
Black with #7FDFCA
Text Example
Text Example
White with #7FDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFCA; }
p { color: rgb(127,223,202); }
H1.HeaderClassName
{
color: #7FDFCA;
}
.AnyTagClassName
{
color: #7FDFCA;
}
</style>
background-color css
<style>
a { background-color: #7FDFCA; }
a { background-color: rgb(127,223,202); }
div.DivClassName
{
background-color: #7FDFCA;
}
.BgClassName
{
background-color: #7FDFCA;
}
</style>
border-color css
<style>
span { border-color: #7FDFCA; }
span { border-color: rgb(127,223,202); }
td.TdClassName
{
border-color: #7FDFCA;
}
.TagClassName
{
border-color: #7FDFCA;
}
</style>