Shades of Riptide #8CECD1
Tints of Riptide #8CECD1
RGB
CMYK
RGB Variations
Color information
#8CECD1 (or 0x8CECD1) is known color: Riptide. HEX triplet: 8C, EC and D1. RGB value is (140,236,209). Sum of RGB (Red+Green+Blue) = 140+236+209=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECD1 is #73132E. Grayscale: #CCCCCC. Windows color (decimal): -7541551 or 13757580. OLE color: 13757580.
HSL color Cylindrical-coordinate representation of color #8CECD1: hue angle of 163.12º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CECD1 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 209 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.07 |
| HSL | 163.13º | 0.72% | 0.74% | - |
| HSV(B) | 163.13º | 0.41% | 0.93% | - |
| XYZ | 52.32 | 70.17 | 71.11 | - |
| YUV | 204.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 209 | 0.41 | 0 | 0.11 | 0.07 | 163.13 | 0.72 | 0.74 |
| Hex | 8C | EC | D1 | 29 | 0 | B | 7 | A3 | 48 | 4A |
| Octal | 214 | 354 | 321 | 51 | 0 | 13 | 7 | 243 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11010001 | 101001 | 0 | 1011 | 111 | 10100011 | 1001000 | 1001010 |
Color Harmonies of #8CECD1
Complementary color
Monochromatic Colors of #8CECD1
Black with #8CECD1
Text Example
Text Example
White with #8CECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECD1; }
p { color: rgb(140,236,209); }
H1.HeaderClassName
{
color: #8CECD1;
}
.AnyTagClassName
{
color: #8CECD1;
}
</style>
background-color css
<style>
a { background-color: #8CECD1; }
a { background-color: rgb(140,236,209); }
div.DivClassName
{
background-color: #8CECD1;
}
.BgClassName
{
background-color: #8CECD1;
}
</style>
border-color css
<style>
span { border-color: #8CECD1; }
span { border-color: rgb(140,236,209); }
td.TdClassName
{
border-color: #8CECD1;
}
.TagClassName
{
border-color: #8CECD1;
}
</style>