Shades of Riptide #8ADECA
Tints of Riptide #8ADECA
RGB
CMYK
RGB Variations
Color information
#8ADECA (or 0x8ADECA) is known color: Riptide. HEX triplet: 8A, DE and CA. RGB value is (138,222,202). Sum of RGB (Red+Green+Blue) = 138+222+202=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADECA is #752135. Grayscale: #C2C2C2. Windows color (decimal): -7676214 or 13295242. OLE color: 13295242.
HSL color Cylindrical-coordinate representation of color #8ADECA: hue angle of 165.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADECA is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 202 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.13 |
| HSL | 165.71º | 0.56% | 0.71% | - |
| HSV(B) | 165.71º | 0.38% | 0.87% | - |
| XYZ | 47.26 | 61.91 | 65.34 | - |
| YUV | 194.6 | 132.17 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 202 | 0.38 | 0 | 0.09 | 0.13 | 165.71 | 0.56 | 0.71 |
| Hex | 8A | DE | CA | 26 | 0 | 9 | D | A6 | 38 | 47 |
| Octal | 212 | 336 | 312 | 46 | 0 | 11 | 15 | 246 | 70 | 107 |
| Binary | 10001010 | 11011110 | 11001010 | 100110 | 0 | 1001 | 1101 | 10100110 | 111000 | 1000111 |
Color Harmonies of #8ADECA
Complementary color
Monochromatic Colors of #8ADECA
Black with #8ADECA
Text Example
Text Example
White with #8ADECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADECA; }
p { color: rgb(138,222,202); }
H1.HeaderClassName
{
color: #8ADECA;
}
.AnyTagClassName
{
color: #8ADECA;
}
</style>
background-color css
<style>
a { background-color: #8ADECA; }
a { background-color: rgb(138,222,202); }
div.DivClassName
{
background-color: #8ADECA;
}
.BgClassName
{
background-color: #8ADECA;
}
</style>
border-color css
<style>
span { border-color: #8ADECA; }
span { border-color: rgb(138,222,202); }
td.TdClassName
{
border-color: #8ADECA;
}
.TagClassName
{
border-color: #8ADECA;
}
</style>