Shades of Riptide #8AEDC2
Tints of Riptide #8AEDC2
RGB
CMYK
RGB Variations
Color information
#8AEDC2 (or 0x8AEDC2) is known color: Riptide. HEX triplet: 8A, ED and C2. RGB value is (138,237,194). Sum of RGB (Red+Green+Blue) = 138+237+194=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEDC2 is #75123D. Grayscale: #CACACA. Windows color (decimal): -7672382 or 12774794. OLE color: 12774794.
HSL color Cylindrical-coordinate representation of color #8AEDC2: hue angle of 153.94º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEDC2 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 194 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.07 |
| HSL | 153.94º | 0.73% | 0.74% | - |
| HSV(B) | 153.94º | 0.42% | 0.93% | - |
| XYZ | 50.5 | 69.87 | 61.86 | - |
| YUV | 202.5 | 123.2 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 194 | 0.42 | 0 | 0.18 | 0.07 | 153.94 | 0.73 | 0.74 |
| Hex | 8A | ED | C2 | 2A | 0 | 12 | 7 | 9A | 49 | 4A |
| Octal | 212 | 355 | 302 | 52 | 0 | 22 | 7 | 232 | 111 | 112 |
| Binary | 10001010 | 11101101 | 11000010 | 101010 | 0 | 10010 | 111 | 10011010 | 1001001 | 1001010 |
Color Harmonies of #8AEDC2
Complementary color
Monochromatic Colors of #8AEDC2
Black with #8AEDC2
Text Example
Text Example
White with #8AEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEDC2; }
p { color: rgb(138,237,194); }
H1.HeaderClassName
{
color: #8AEDC2;
}
.AnyTagClassName
{
color: #8AEDC2;
}
</style>
background-color css
<style>
a { background-color: #8AEDC2; }
a { background-color: rgb(138,237,194); }
div.DivClassName
{
background-color: #8AEDC2;
}
.BgClassName
{
background-color: #8AEDC2;
}
</style>
border-color css
<style>
span { border-color: #8AEDC2; }
span { border-color: rgb(138,237,194); }
td.TdClassName
{
border-color: #8AEDC2;
}
.TagClassName
{
border-color: #8AEDC2;
}
</style>