Shades of Riptide #8FEDC2
Tints of Riptide #8FEDC2
RGB
CMYK
RGB Variations
Color information
#8FEDC2 (or 0x8FEDC2) is known color: Riptide. HEX triplet: 8F, ED and C2. RGB value is (143,237,194). Sum of RGB (Red+Green+Blue) = 143+237+194=574 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.91% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDC2 is #70123D. Grayscale: #CCCCCC. Windows color (decimal): -7344702 or 12774799. OLE color: 12774799.
HSL color Cylindrical-coordinate representation of color #8FEDC2: hue angle of 152.55º degrees, saturation: 0.72, 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 #8FEDC2 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 143 | 237 | 194 | - |
CMYK | 0.40 | 0 | 0.18 | 0.07 |
HSL | 152.55º | 0.72% | 0.75% | - |
HSV(B) | 152.55º | 0.4% | 0.93% | - |
XYZ | 51.35 | 70.3 | 61.9 | - |
YUV | 203.99 | 122.36 | 84.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 237 | 194 | 0.40 | 0 | 0.18 | 0.07 | 152.55 | 0.72 | 0.75 |
Hex | 8F | ED | C2 | 28 | 0 | 12 | 7 | 99 | 48 | 4B |
Octal | 217 | 355 | 302 | 50 | 0 | 22 | 7 | 231 | 110 | 113 |
Binary | 10001111 | 11101101 | 11000010 | 101000 | 0 | 10010 | 111 | 10011001 | 1001000 | 1001011 |
Color Harmonies of #8FEDC2
Complementary color
Monochromatic Colors of #8FEDC2
Black with #8FEDC2
Text Example
Text Example
White with #8FEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDC2; }
p { color: rgb(143,237,194); }
H1.HeaderClassName
{
color: #8FEDC2;
}
.AnyTagClassName
{
color: #8FEDC2;
}
</style>
background-color css
<style>
a { background-color: #8FEDC2; }
a { background-color: rgb(143,237,194); }
div.DivClassName
{
background-color: #8FEDC2;
}
.BgClassName
{
background-color: #8FEDC2;
}
</style>
border-color css
<style>
span { border-color: #8FEDC2; }
span { border-color: rgb(143,237,194); }
td.TdClassName
{
border-color: #8FEDC2;
}
.TagClassName
{
border-color: #8FEDC2;
}
</style>