Shades of Riptide #7FEACB
Tints of Riptide #7FEACB
RGB
CMYK
RGB Variations
Color information
#7FEACB (or 0x7FEACB) is known color: Riptide. HEX triplet: 7F, EA and CB. RGB value is (127,234,203). Sum of RGB (Red+Green+Blue) = 127+234+203=564 (74% of max value = 765). Red value is 127 (50% from 255 or 22.52% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEACB is #801534. Grayscale: #C6C6C6. Windows color (decimal): -8394037 or 13363839. OLE color: 13363839.
HSL color Cylindrical-coordinate representation of color #7FEACB: hue angle of 162.62º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEACB is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 203 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.08 |
| HSL | 162.62º | 0.72% | 0.71% | - |
| HSV(B) | 162.62º | 0.46% | 0.92% | - |
| XYZ | 48.95 | 67.67 | 66.98 | - |
| YUV | 198.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 203 | 0.46 | 0 | 0.13 | 0.08 | 162.62 | 0.72 | 0.71 |
| Hex | 7F | EA | CB | 2E | 0 | D | 8 | A3 | 48 | 47 |
| Octal | 177 | 352 | 313 | 56 | 0 | 15 | 10 | 243 | 110 | 107 |
| Binary | 1111111 | 11101010 | 11001011 | 101110 | 0 | 1101 | 1000 | 10100011 | 1001000 | 1000111 |
Color Harmonies of #7FEACB
Complementary color
Monochromatic Colors of #7FEACB
Black with #7FEACB
Text Example
Text Example
White with #7FEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEACB; }
p { color: rgb(127,234,203); }
H1.HeaderClassName
{
color: #7FEACB;
}
.AnyTagClassName
{
color: #7FEACB;
}
</style>
background-color css
<style>
a { background-color: #7FEACB; }
a { background-color: rgb(127,234,203); }
div.DivClassName
{
background-color: #7FEACB;
}
.BgClassName
{
background-color: #7FEACB;
}
</style>
border-color css
<style>
span { border-color: #7FEACB; }
span { border-color: rgb(127,234,203); }
td.TdClassName
{
border-color: #7FEACB;
}
.TagClassName
{
border-color: #7FEACB;
}
</style>