Shades of Riptide #8CEBC7
Tints of Riptide #8CEBC7
RGB
CMYK
RGB Variations
Color information
#8CEBC7 (or 0x8CEBC7) is known color: Riptide. HEX triplet: 8C, EB and C7. RGB value is (140,235,199). Sum of RGB (Red+Green+Blue) = 140+235+199=574 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.39% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEBC7 is #731438. Grayscale: #CACACA. Windows color (decimal): -7541817 or 13101964. OLE color: 13101964.
HSL color Cylindrical-coordinate representation of color #8CEBC7: hue angle of 157.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBC7 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 199 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.08 |
| HSL | 157.26º | 0.7% | 0.74% | - |
| HSV(B) | 157.26º | 0.4% | 0.92% | - |
| XYZ | 50.83 | 69.12 | 64.69 | - |
| YUV | 202.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 199 | 0.40 | 0 | 0.15 | 0.08 | 157.26 | 0.7 | 0.74 |
| Hex | 8C | EB | C7 | 28 | 0 | F | 8 | 9D | 46 | 4A |
| Octal | 214 | 353 | 307 | 50 | 0 | 17 | 10 | 235 | 106 | 112 |
| Binary | 10001100 | 11101011 | 11000111 | 101000 | 0 | 1111 | 1000 | 10011101 | 1000110 | 1001010 |
Color Harmonies of #8CEBC7
Complementary color
Monochromatic Colors of #8CEBC7
Black with #8CEBC7
Text Example
Text Example
White with #8CEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBC7; }
p { color: rgb(140,235,199); }
H1.HeaderClassName
{
color: #8CEBC7;
}
.AnyTagClassName
{
color: #8CEBC7;
}
</style>
background-color css
<style>
a { background-color: #8CEBC7; }
a { background-color: rgb(140,235,199); }
div.DivClassName
{
background-color: #8CEBC7;
}
.BgClassName
{
background-color: #8CEBC7;
}
</style>
border-color css
<style>
span { border-color: #8CEBC7; }
span { border-color: rgb(140,235,199); }
td.TdClassName
{
border-color: #8CEBC7;
}
.TagClassName
{
border-color: #8CEBC7;
}
</style>