Shades of Riptide #9BE1CC
Tints of Riptide #9BE1CC
RGB
CMYK
RGB Variations
Color information
#9BE1CC (or 0x9BE1CC) is known color: Riptide. HEX triplet: 9B, E1 and CC. RGB value is (155,225,204). Sum of RGB (Red+Green+Blue) = 155+225+204=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1CC is #641E33. Grayscale: #C9C9C9. Windows color (decimal): -6561332 or 13427099. OLE color: 13427099.
HSL color Cylindrical-coordinate representation of color #9BE1CC: hue angle of 162º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE1CC is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 225 | 204 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.12 |
| HSL | 162º | 0.54% | 0.75% | - |
| HSV(B) | 162º | 0.31% | 0.88% | - |
| XYZ | 51.34 | 65.18 | 67 | - |
| YUV | 201.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 204 | 0.31 | 0 | 0.09 | 0.12 | 162 | 0.54 | 0.75 |
| Hex | 9B | E1 | CC | 1F | 0 | 9 | C | A2 | 36 | 4B |
| Octal | 233 | 341 | 314 | 37 | 0 | 11 | 14 | 242 | 66 | 113 |
| Binary | 10011011 | 11100001 | 11001100 | 11111 | 0 | 1001 | 1100 | 10100010 | 110110 | 1001011 |
Color Harmonies of #9BE1CC
Complementary color
Monochromatic Colors of #9BE1CC
Black with #9BE1CC
Text Example
Text Example
White with #9BE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE1CC; }
p { color: rgb(155,225,204); }
H1.HeaderClassName
{
color: #9BE1CC;
}
.AnyTagClassName
{
color: #9BE1CC;
}
</style>
background-color css
<style>
a { background-color: #9BE1CC; }
a { background-color: rgb(155,225,204); }
div.DivClassName
{
background-color: #9BE1CC;
}
.BgClassName
{
background-color: #9BE1CC;
}
</style>
border-color css
<style>
span { border-color: #9BE1CC; }
span { border-color: rgb(155,225,204); }
td.TdClassName
{
border-color: #9BE1CC;
}
.TagClassName
{
border-color: #9BE1CC;
}
</style>