Shades of Riptide #8EEEC2
Tints of Riptide #8EEEC2
RGB
CMYK
RGB Variations
Color information
#8EEEC2 (or 0x8EEEC2) is known color: Riptide. HEX triplet: 8E, EE and C2. RGB value is (142,238,194). Sum of RGB (Red+Green+Blue) = 142+238+194=574 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.74% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEEC2 is #71113D. Grayscale: #CCCCCC. Windows color (decimal): -7409982 or 12775054. OLE color: 12775054.
HSL color Cylindrical-coordinate representation of color #8EEEC2: hue angle of 152.5º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEEC2 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 238 | 194 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.07 |
| HSL | 152.5º | 0.74% | 0.75% | - |
| HSV(B) | 152.5º | 0.4% | 0.93% | - |
| XYZ | 51.47 | 70.79 | 61.99 | - |
| YUV | 204.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 194 | 0.40 | 0 | 0.18 | 0.07 | 152.5 | 0.74 | 0.75 |
| Hex | 8E | EE | C2 | 28 | 0 | 12 | 7 | 98 | 4A | 4B |
| Octal | 216 | 356 | 302 | 50 | 0 | 22 | 7 | 230 | 112 | 113 |
| Binary | 10001110 | 11101110 | 11000010 | 101000 | 0 | 10010 | 111 | 10011000 | 1001010 | 1001011 |
Color Harmonies of #8EEEC2
Complementary color
Monochromatic Colors of #8EEEC2
Black with #8EEEC2
Text Example
Text Example
White with #8EEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEEC2; }
p { color: rgb(142,238,194); }
H1.HeaderClassName
{
color: #8EEEC2;
}
.AnyTagClassName
{
color: #8EEEC2;
}
</style>
background-color css
<style>
a { background-color: #8EEEC2; }
a { background-color: rgb(142,238,194); }
div.DivClassName
{
background-color: #8EEEC2;
}
.BgClassName
{
background-color: #8EEEC2;
}
</style>
border-color css
<style>
span { border-color: #8EEEC2; }
span { border-color: rgb(142,238,194); }
td.TdClassName
{
border-color: #8EEEC2;
}
.TagClassName
{
border-color: #8EEEC2;
}
</style>