Shades of Riptide #9AE0CE
Tints of Riptide #9AE0CE
RGB
CMYK
RGB Variations
Color information
#9AE0CE (or 0x9AE0CE) is known color: Riptide. HEX triplet: 9A, E0 and CE. RGB value is (154,224,206). Sum of RGB (Red+Green+Blue) = 154+224+206=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE0CE is #651F31. Grayscale: #C9C9C9. Windows color (decimal): -6627122 or 13557914. OLE color: 13557914.
HSL color Cylindrical-coordinate representation of color #9AE0CE: hue angle of 164.57º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AE0CE is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 224 | 206 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.12 |
| HSL | 164.57º | 0.53% | 0.74% | - |
| HSV(B) | 164.57º | 0.31% | 0.88% | - |
| XYZ | 51.12 | 64.64 | 68.17 | - |
| YUV | 201.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 224 | 206 | 0.31 | 0 | 0.08 | 0.12 | 164.57 | 0.53 | 0.74 |
| Hex | 9A | E0 | CE | 1F | 0 | 8 | C | A5 | 35 | 4A |
| Octal | 232 | 340 | 316 | 37 | 0 | 10 | 14 | 245 | 65 | 112 |
| Binary | 10011010 | 11100000 | 11001110 | 11111 | 0 | 1000 | 1100 | 10100101 | 110101 | 1001010 |
Color Harmonies of #9AE0CE
Complementary color
Monochromatic Colors of #9AE0CE
Black with #9AE0CE
Text Example
Text Example
White with #9AE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE0CE; }
p { color: rgb(154,224,206); }
H1.HeaderClassName
{
color: #9AE0CE;
}
.AnyTagClassName
{
color: #9AE0CE;
}
</style>
background-color css
<style>
a { background-color: #9AE0CE; }
a { background-color: rgb(154,224,206); }
div.DivClassName
{
background-color: #9AE0CE;
}
.BgClassName
{
background-color: #9AE0CE;
}
</style>
border-color css
<style>
span { border-color: #9AE0CE; }
span { border-color: rgb(154,224,206); }
td.TdClassName
{
border-color: #9AE0CE;
}
.TagClassName
{
border-color: #9AE0CE;
}
</style>