Shades of Riptide #8CECC2
Tints of Riptide #8CECC2
RGB
CMYK
RGB Variations
Color information
#8CECC2 (or 0x8CECC2) is known color: Riptide. HEX triplet: 8C, EC and C2. RGB value is (140,236,194). Sum of RGB (Red+Green+Blue) = 140+236+194=570 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.56% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECC2 is #73133D. Grayscale: #CACACA. Windows color (decimal): -7541566 or 12774540. OLE color: 12774540.
HSL color Cylindrical-coordinate representation of color #8CECC2: hue angle of 153.75º 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 #8CECC2 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 194 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.07 |
| HSL | 153.75º | 0.72% | 0.74% | - |
| HSV(B) | 153.75º | 0.41% | 0.93% | - |
| XYZ | 50.55 | 69.46 | 61.78 | - |
| YUV | 202.51 | 123.2 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 194 | 0.41 | 0 | 0.18 | 0.07 | 153.75 | 0.72 | 0.74 |
| Hex | 8C | EC | C2 | 29 | 0 | 12 | 7 | 9A | 48 | 4A |
| Octal | 214 | 354 | 302 | 51 | 0 | 22 | 7 | 232 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11000010 | 101001 | 0 | 10010 | 111 | 10011010 | 1001000 | 1001010 |
Color Harmonies of #8CECC2
Complementary color
Monochromatic Colors of #8CECC2
Black with #8CECC2
Text Example
Text Example
White with #8CECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECC2; }
p { color: rgb(140,236,194); }
H1.HeaderClassName
{
color: #8CECC2;
}
.AnyTagClassName
{
color: #8CECC2;
}
</style>
background-color css
<style>
a { background-color: #8CECC2; }
a { background-color: rgb(140,236,194); }
div.DivClassName
{
background-color: #8CECC2;
}
.BgClassName
{
background-color: #8CECC2;
}
</style>
border-color css
<style>
span { border-color: #8CECC2; }
span { border-color: rgb(140,236,194); }
td.TdClassName
{
border-color: #8CECC2;
}
.TagClassName
{
border-color: #8CECC2;
}
</style>