Shades of Riptide #93EAD2
Tints of Riptide #93EAD2
RGB
CMYK
RGB Variations
Color information
#93EAD2 (or 0x93EAD2) is known color: Riptide. HEX triplet: 93, EA and D2. RGB value is (147,234,210). Sum of RGB (Red+Green+Blue) = 147+234+210=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #93EAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EAD2 is #6C152D. Grayscale: #CDCDCD. Windows color (decimal): -7083310 or 13822611. OLE color: 13822611.
HSL color Cylindrical-coordinate representation of color #93EAD2: hue angle of 163.45º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EAD2 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 234 | 210 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.08 |
| HSL | 163.45º | 0.67% | 0.75% | - |
| HSV(B) | 163.45º | 0.37% | 0.92% | - |
| XYZ | 53.09 | 69.7 | 71.63 | - |
| YUV | 205.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 210 | 0.37 | 0 | 0.10 | 0.08 | 163.45 | 0.67 | 0.75 |
| Hex | 93 | EA | D2 | 25 | 0 | A | 8 | A3 | 43 | 4B |
| Octal | 223 | 352 | 322 | 45 | 0 | 12 | 10 | 243 | 103 | 113 |
| Binary | 10010011 | 11101010 | 11010010 | 100101 | 0 | 1010 | 1000 | 10100011 | 1000011 | 1001011 |
Color Harmonies of #93EAD2
Complementary color
Monochromatic Colors of #93EAD2
Black with #93EAD2
Text Example
Text Example
White with #93EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EAD2; }
p { color: rgb(147,234,210); }
H1.HeaderClassName
{
color: #93EAD2;
}
.AnyTagClassName
{
color: #93EAD2;
}
</style>
background-color css
<style>
a { background-color: #93EAD2; }
a { background-color: rgb(147,234,210); }
div.DivClassName
{
background-color: #93EAD2;
}
.BgClassName
{
background-color: #93EAD2;
}
</style>
border-color css
<style>
span { border-color: #93EAD2; }
span { border-color: rgb(147,234,210); }
td.TdClassName
{
border-color: #93EAD2;
}
.TagClassName
{
border-color: #93EAD2;
}
</style>