Shades of Riptide #77EAC4
Tints of Riptide #77EAC4
RGB
CMYK
RGB Variations
Color information
#77EAC4 (or 0x77EAC4) is known color: Riptide. HEX triplet: 77, EA and C4. RGB value is (119,234,196). Sum of RGB (Red+Green+Blue) = 119+234+196=549 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.68% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EAC4 is #88153B. Grayscale: #C3C3C3. Windows color (decimal): -8918332 or 12905079. OLE color: 12905079.
HSL color Cylindrical-coordinate representation of color #77EAC4: hue angle of 160.17º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EAC4 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 234 | 196 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.08 |
| HSL | 160.17º | 0.73% | 0.69% | - |
| HSV(B) | 160.17º | 0.49% | 0.92% | - |
| XYZ | 46.99 | 66.75 | 62.63 | - |
| YUV | 195.28 | 128.4 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 234 | 196 | 0.49 | 0 | 0.16 | 0.08 | 160.17 | 0.73 | 0.69 |
| Hex | 77 | EA | C4 | 31 | 0 | 10 | 8 | A0 | 49 | 45 |
| Octal | 167 | 352 | 304 | 61 | 0 | 20 | 10 | 240 | 111 | 105 |
| Binary | 1110111 | 11101010 | 11000100 | 110001 | 0 | 10000 | 1000 | 10100000 | 1001001 | 1000101 |
Color Harmonies of #77EAC4
Complementary color
Monochromatic Colors of #77EAC4
Black with #77EAC4
Text Example
Text Example
White with #77EAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EAC4; }
p { color: rgb(119,234,196); }
H1.HeaderClassName
{
color: #77EAC4;
}
.AnyTagClassName
{
color: #77EAC4;
}
</style>
background-color css
<style>
a { background-color: #77EAC4; }
a { background-color: rgb(119,234,196); }
div.DivClassName
{
background-color: #77EAC4;
}
.BgClassName
{
background-color: #77EAC4;
}
</style>
border-color css
<style>
span { border-color: #77EAC4; }
span { border-color: rgb(119,234,196); }
td.TdClassName
{
border-color: #77EAC4;
}
.TagClassName
{
border-color: #77EAC4;
}
</style>