Shades of Riptide #7FE9CC
Tints of Riptide #7FE9CC
RGB
CMYK
RGB Variations
Color information
#7FE9CC (or 0x7FE9CC) is known color: Riptide. HEX triplet: 7F, E9 and CC. RGB value is (127,233,204). Sum of RGB (Red+Green+Blue) = 127+233+204=564 (74% of max value = 765). Red value is 127 (50% from 255 or 22.52% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #7FE9CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE9CC is #801633. Grayscale: #C6C6C6. Windows color (decimal): -8394292 or 13429119. OLE color: 13429119.
HSL color Cylindrical-coordinate representation of color #7FE9CC: hue angle of 163.58º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE9CC is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 233 | 204 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.09 |
| HSL | 163.58º | 0.71% | 0.71% | - |
| HSV(B) | 163.58º | 0.45% | 0.91% | - |
| XYZ | 48.79 | 67.15 | 67.52 | - |
| YUV | 198 | 131.38 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 233 | 204 | 0.45 | 0 | 0.12 | 0.09 | 163.58 | 0.71 | 0.71 |
| Hex | 7F | E9 | CC | 2D | 0 | C | 9 | A4 | 47 | 47 |
| Octal | 177 | 351 | 314 | 55 | 0 | 14 | 11 | 244 | 107 | 107 |
| Binary | 1111111 | 11101001 | 11001100 | 101101 | 0 | 1100 | 1001 | 10100100 | 1000111 | 1000111 |
Color Harmonies of #7FE9CC
Complementary color
Monochromatic Colors of #7FE9CC
Black with #7FE9CC
Text Example
Text Example
White with #7FE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE9CC; }
p { color: rgb(127,233,204); }
H1.HeaderClassName
{
color: #7FE9CC;
}
.AnyTagClassName
{
color: #7FE9CC;
}
</style>
background-color css
<style>
a { background-color: #7FE9CC; }
a { background-color: rgb(127,233,204); }
div.DivClassName
{
background-color: #7FE9CC;
}
.BgClassName
{
background-color: #7FE9CC;
}
</style>
border-color css
<style>
span { border-color: #7FE9CC; }
span { border-color: rgb(127,233,204); }
td.TdClassName
{
border-color: #7FE9CC;
}
.TagClassName
{
border-color: #7FE9CC;
}
</style>