Shades of Riptide #91ECCC
Tints of Riptide #91ECCC
RGB
CMYK
RGB Variations
Color information
#91ECCC (or 0x91ECCC) is known color: Riptide. HEX triplet: 91, EC and CC. RGB value is (145,236,204). Sum of RGB (Red+Green+Blue) = 145+236+204=585 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.79% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #91ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91ECCC is #6E1333. Grayscale: #CDCDCD. Windows color (decimal): -7213876 or 13429905. OLE color: 13429905.
HSL color Cylindrical-coordinate representation of color #91ECCC: hue angle of 158.9º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91ECCC is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 236 | 204 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.07 |
| HSL | 158.9º | 0.71% | 0.75% | - |
| HSV(B) | 158.9º | 0.39% | 0.93% | - |
| XYZ | 52.57 | 70.37 | 67.94 | - |
| YUV | 205.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 236 | 204 | 0.39 | 0 | 0.14 | 0.07 | 158.9 | 0.71 | 0.75 |
| Hex | 91 | EC | CC | 27 | 0 | E | 7 | 9F | 47 | 4B |
| Octal | 221 | 354 | 314 | 47 | 0 | 16 | 7 | 237 | 107 | 113 |
| Binary | 10010001 | 11101100 | 11001100 | 100111 | 0 | 1110 | 111 | 10011111 | 1000111 | 1001011 |
Color Harmonies of #91ECCC
Complementary color
Monochromatic Colors of #91ECCC
Black with #91ECCC
Text Example
Text Example
White with #91ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ECCC; }
p { color: rgb(145,236,204); }
H1.HeaderClassName
{
color: #91ECCC;
}
.AnyTagClassName
{
color: #91ECCC;
}
</style>
background-color css
<style>
a { background-color: #91ECCC; }
a { background-color: rgb(145,236,204); }
div.DivClassName
{
background-color: #91ECCC;
}
.BgClassName
{
background-color: #91ECCC;
}
</style>
border-color css
<style>
span { border-color: #91ECCC; }
span { border-color: rgb(145,236,204); }
td.TdClassName
{
border-color: #91ECCC;
}
.TagClassName
{
border-color: #91ECCC;
}
</style>