Shades of Riptide #7FE3CC
Tints of Riptide #7FE3CC
RGB
CMYK
RGB Variations
Color information
#7FE3CC (or 0x7FE3CC) is known color: Riptide. HEX triplet: 7F, E3 and CC. RGB value is (127,227,204). Sum of RGB (Red+Green+Blue) = 127+227+204=558 (73% of max value = 765). Red value is 127 (50% from 255 or 22.76% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #7FE3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE3CC is #801C33. Grayscale: #C2C2C2. Windows color (decimal): -8395828 or 13427583. OLE color: 13427583.
HSL color Cylindrical-coordinate representation of color #7FE3CC: hue angle of 166.2º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE3CC is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 227 | 204 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.11 |
| HSL | 166.2º | 0.64% | 0.69% | - |
| HSV(B) | 166.2º | 0.44% | 0.89% | - |
| XYZ | 47.12 | 63.81 | 66.96 | - |
| YUV | 194.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 227 | 204 | 0.44 | 0 | 0.10 | 0.11 | 166.2 | 0.64 | 0.69 |
| Hex | 7F | E3 | CC | 2C | 0 | A | B | A6 | 40 | 45 |
| Octal | 177 | 343 | 314 | 54 | 0 | 12 | 13 | 246 | 100 | 105 |
| Binary | 1111111 | 11100011 | 11001100 | 101100 | 0 | 1010 | 1011 | 10100110 | 1000000 | 1000101 |
Color Harmonies of #7FE3CC
Complementary color
Monochromatic Colors of #7FE3CC
Black with #7FE3CC
Text Example
Text Example
White with #7FE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE3CC; }
p { color: rgb(127,227,204); }
H1.HeaderClassName
{
color: #7FE3CC;
}
.AnyTagClassName
{
color: #7FE3CC;
}
</style>
background-color css
<style>
a { background-color: #7FE3CC; }
a { background-color: rgb(127,227,204); }
div.DivClassName
{
background-color: #7FE3CC;
}
.BgClassName
{
background-color: #7FE3CC;
}
</style>
border-color css
<style>
span { border-color: #7FE3CC; }
span { border-color: rgb(127,227,204); }
td.TdClassName
{
border-color: #7FE3CC;
}
.TagClassName
{
border-color: #7FE3CC;
}
</style>