Shades of Riptide #9BD3C2
Tints of Riptide #9BD3C2
RGB
CMYK
RGB Variations
Color information
#9BD3C2 (or 0x9BD3C2) is known color: Riptide. HEX triplet: 9B, D3 and C2. RGB value is (155,211,194). Sum of RGB (Red+Green+Blue) = 155+211+194=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD3C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD3C2 is #642C3D. Grayscale: #C0C0C0. Windows color (decimal): -6564926 or 12768155. OLE color: 12768155.
HSL color Cylindrical-coordinate representation of color #9BD3C2: hue angle of 161.79º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD3C2 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 211 | 194 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.17 |
| HSL | 161.79º | 0.39% | 0.72% | - |
| HSV(B) | 161.79º | 0.27% | 0.83% | - |
| XYZ | 46.55 | 57.45 | 59.67 | - |
| YUV | 192.32 | 128.95 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 194 | 0.27 | 0 | 0.08 | 0.17 | 161.79 | 0.39 | 0.72 |
| Hex | 9B | D3 | C2 | 1B | 0 | 8 | 11 | A2 | 27 | 48 |
| Octal | 233 | 323 | 302 | 33 | 0 | 10 | 21 | 242 | 47 | 110 |
| Binary | 10011011 | 11010011 | 11000010 | 11011 | 0 | 1000 | 10001 | 10100010 | 100111 | 1001000 |
Color Harmonies of #9BD3C2
Complementary color
Monochromatic Colors of #9BD3C2
Black with #9BD3C2
Text Example
Text Example
White with #9BD3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD3C2; }
p { color: rgb(155,211,194); }
H1.HeaderClassName
{
color: #9BD3C2;
}
.AnyTagClassName
{
color: #9BD3C2;
}
</style>
background-color css
<style>
a { background-color: #9BD3C2; }
a { background-color: rgb(155,211,194); }
div.DivClassName
{
background-color: #9BD3C2;
}
.BgClassName
{
background-color: #9BD3C2;
}
</style>
border-color css
<style>
span { border-color: #9BD3C2; }
span { border-color: rgb(155,211,194); }
td.TdClassName
{
border-color: #9BD3C2;
}
.TagClassName
{
border-color: #9BD3C2;
}
</style>