Shades of Riptide #94EADB
Tints of Riptide #94EADB
RGB
CMYK
RGB Variations
Color information
#94EADB (or 0x94EADB) is known color: Riptide. HEX triplet: 94, EA and DB. RGB value is (148,234,219). Sum of RGB (Red+Green+Blue) = 148+234+219=601 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.63% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #94EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EADB is #6B1524. Grayscale: #CECECE. Windows color (decimal): -7017765 or 14412436. OLE color: 14412436.
HSL color Cylindrical-coordinate representation of color #94EADB: hue angle of 169.53º 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 #94EADB is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 234 | 219 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.08 |
| HSL | 169.53º | 0.67% | 0.75% | - |
| HSV(B) | 169.53º | 0.37% | 0.92% | - |
| XYZ | 54.42 | 70.26 | 77.71 | - |
| YUV | 206.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 234 | 219 | 0.37 | 0 | 0.06 | 0.08 | 169.53 | 0.67 | 0.75 |
| Hex | 94 | EA | DB | 25 | 0 | 6 | 8 | AA | 43 | 4B |
| Octal | 224 | 352 | 333 | 45 | 0 | 6 | 10 | 252 | 103 | 113 |
| Binary | 10010100 | 11101010 | 11011011 | 100101 | 0 | 110 | 1000 | 10101010 | 1000011 | 1001011 |
Color Harmonies of #94EADB
Complementary color
Monochromatic Colors of #94EADB
Black with #94EADB
Text Example
Text Example
White with #94EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EADB; }
p { color: rgb(148,234,219); }
H1.HeaderClassName
{
color: #94EADB;
}
.AnyTagClassName
{
color: #94EADB;
}
</style>
background-color css
<style>
a { background-color: #94EADB; }
a { background-color: rgb(148,234,219); }
div.DivClassName
{
background-color: #94EADB;
}
.BgClassName
{
background-color: #94EADB;
}
</style>
border-color css
<style>
span { border-color: #94EADB; }
span { border-color: rgb(148,234,219); }
td.TdClassName
{
border-color: #94EADB;
}
.TagClassName
{
border-color: #94EADB;
}
</style>