Shades of Riptide #8ADDCB
Tints of Riptide #8ADDCB
RGB
CMYK
RGB Variations
Color information
#8ADDCB (or 0x8ADDCB) is known color: Riptide. HEX triplet: 8A, DD and CB. RGB value is (138,221,203). Sum of RGB (Red+Green+Blue) = 138+221+203=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDCB is #752234. Grayscale: #C2C2C2. Windows color (decimal): -7676469 or 13360522. OLE color: 13360522.
HSL color Cylindrical-coordinate representation of color #8ADDCB: hue angle of 166.99º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDCB is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 203 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.13 |
| HSL | 166.99º | 0.55% | 0.7% | - |
| HSV(B) | 166.99º | 0.38% | 0.87% | - |
| XYZ | 47.12 | 61.43 | 65.87 | - |
| YUV | 194.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 203 | 0.38 | 0 | 0.08 | 0.13 | 166.99 | 0.55 | 0.7 |
| Hex | 8A | DD | CB | 26 | 0 | 8 | D | A7 | 37 | 46 |
| Octal | 212 | 335 | 313 | 46 | 0 | 10 | 15 | 247 | 67 | 106 |
| Binary | 10001010 | 11011101 | 11001011 | 100110 | 0 | 1000 | 1101 | 10100111 | 110111 | 1000110 |
Color Harmonies of #8ADDCB
Complementary color
Monochromatic Colors of #8ADDCB
Black with #8ADDCB
Text Example
Text Example
White with #8ADDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDCB; }
p { color: rgb(138,221,203); }
H1.HeaderClassName
{
color: #8ADDCB;
}
.AnyTagClassName
{
color: #8ADDCB;
}
</style>
background-color css
<style>
a { background-color: #8ADDCB; }
a { background-color: rgb(138,221,203); }
div.DivClassName
{
background-color: #8ADDCB;
}
.BgClassName
{
background-color: #8ADDCB;
}
</style>
border-color css
<style>
span { border-color: #8ADDCB; }
span { border-color: rgb(138,221,203); }
td.TdClassName
{
border-color: #8ADDCB;
}
.TagClassName
{
border-color: #8ADDCB;
}
</style>