Shades of Riptide #90CEC8
Tints of Riptide #90CEC8
RGB
CMYK
RGB Variations
Color information
#90CEC8 (or 0x90CEC8) is known color: Riptide. HEX triplet: 90, CE and C8. RGB value is (144,206,200). Sum of RGB (Red+Green+Blue) = 144+206+200=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEC8 is #6F3137. Grayscale: #BABABA. Windows color (decimal): -7287096 or 13160080. OLE color: 13160080.
HSL color Cylindrical-coordinate representation of color #90CEC8: hue angle of 174.19º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CEC8 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 200 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.19 |
| HSL | 174.19º | 0.39% | 0.69% | - |
| HSV(B) | 174.19º | 0.3% | 0.81% | - |
| XYZ | 44 | 54.24 | 62.79 | - |
| YUV | 186.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 200 | 0.30 | 0 | 0.03 | 0.19 | 174.19 | 0.39 | 0.69 |
| Hex | 90 | CE | C8 | 1E | 0 | 3 | 13 | AE | 27 | 45 |
| Octal | 220 | 316 | 310 | 36 | 0 | 3 | 23 | 256 | 47 | 105 |
| Binary | 10010000 | 11001110 | 11001000 | 11110 | 0 | 11 | 10011 | 10101110 | 100111 | 1000101 |
Color Harmonies of #90CEC8
Complementary color
Monochromatic Colors of #90CEC8
Black with #90CEC8
Text Example
Text Example
White with #90CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEC8; }
p { color: rgb(144,206,200); }
H1.HeaderClassName
{
color: #90CEC8;
}
.AnyTagClassName
{
color: #90CEC8;
}
</style>
background-color css
<style>
a { background-color: #90CEC8; }
a { background-color: rgb(144,206,200); }
div.DivClassName
{
background-color: #90CEC8;
}
.BgClassName
{
background-color: #90CEC8;
}
</style>
border-color css
<style>
span { border-color: #90CEC8; }
span { border-color: rgb(144,206,200); }
td.TdClassName
{
border-color: #90CEC8;
}
.TagClassName
{
border-color: #90CEC8;
}
</style>