Shades of Riptide #8FEDC7
Tints of Riptide #8FEDC7
RGB
CMYK
RGB Variations
Color information
#8FEDC7 (or 0x8FEDC7) is known color: Riptide. HEX triplet: 8F, ED and C7. RGB value is (143,237,199). Sum of RGB (Red+Green+Blue) = 143+237+199=579 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.70% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDC7 is #701238. Grayscale: #CCCCCC. Windows color (decimal): -7344697 or 13102479. OLE color: 13102479.
HSL color Cylindrical-coordinate representation of color #8FEDC7: hue angle of 155.74º 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 #8FEDC7 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 143 | 237 | 199 | - |
CMYK | 0.40 | 0 | 0.16 | 0.07 |
HSL | 155.74º | 0.72% | 0.75% | - |
HSV(B) | 155.74º | 0.4% | 0.93% | - |
XYZ | 51.92 | 70.53 | 64.91 | - |
YUV | 204.56 | 124.86 | 84.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 237 | 199 | 0.40 | 0 | 0.16 | 0.07 | 155.74 | 0.72 | 0.75 |
Hex | 8F | ED | C7 | 28 | 0 | 10 | 7 | 9C | 48 | 4B |
Octal | 217 | 355 | 307 | 50 | 0 | 20 | 7 | 234 | 110 | 113 |
Binary | 10001111 | 11101101 | 11000111 | 101000 | 0 | 10000 | 111 | 10011100 | 1001000 | 1001011 |
Color Harmonies of #8FEDC7
Complementary color
Monochromatic Colors of #8FEDC7
Black with #8FEDC7
Text Example
Text Example
White with #8FEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDC7; }
p { color: rgb(143,237,199); }
H1.HeaderClassName
{
color: #8FEDC7;
}
.AnyTagClassName
{
color: #8FEDC7;
}
</style>
background-color css
<style>
a { background-color: #8FEDC7; }
a { background-color: rgb(143,237,199); }
div.DivClassName
{
background-color: #8FEDC7;
}
.BgClassName
{
background-color: #8FEDC7;
}
</style>
border-color css
<style>
span { border-color: #8FEDC7; }
span { border-color: rgb(143,237,199); }
td.TdClassName
{
border-color: #8FEDC7;
}
.TagClassName
{
border-color: #8FEDC7;
}
</style>