Shades of Sinbad #94E5DC
Tints of Sinbad #94E5DC
RGB
CMYK
RGB Variations
Color information
#94E5DC (or 0x94E5DC) is known color: Sinbad. HEX triplet: 94, E5 and DC. RGB value is (148,229,220). Sum of RGB (Red+Green+Blue) = 148+229+220=597 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.79% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #94E5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E5DC is #6B1A23. Grayscale: #CBCBCB. Windows color (decimal): -7019044 or 14476692. OLE color: 14476692.
HSL color Cylindrical-coordinate representation of color #94E5DC: hue angle of 173.33º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E5DC is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 220 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.10 |
| HSL | 173.33º | 0.61% | 0.74% | - |
| HSV(B) | 173.33º | 0.35% | 0.9% | - |
| XYZ | 53.15 | 67.5 | 77.94 | - |
| YUV | 203.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 220 | 0.35 | 0 | 0.04 | 0.10 | 173.33 | 0.61 | 0.74 |
| Hex | 94 | E5 | DC | 23 | 0 | 4 | A | AD | 3D | 4A |
| Octal | 224 | 345 | 334 | 43 | 0 | 4 | 12 | 255 | 75 | 112 |
| Binary | 10010100 | 11100101 | 11011100 | 100011 | 0 | 100 | 1010 | 10101101 | 111101 | 1001010 |
Color Harmonies of #94E5DC
Complementary color
Monochromatic Colors of #94E5DC
Black with #94E5DC
Text Example
Text Example
White with #94E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E5DC; }
p { color: rgb(148,229,220); }
H1.HeaderClassName
{
color: #94E5DC;
}
.AnyTagClassName
{
color: #94E5DC;
}
</style>
background-color css
<style>
a { background-color: #94E5DC; }
a { background-color: rgb(148,229,220); }
div.DivClassName
{
background-color: #94E5DC;
}
.BgClassName
{
background-color: #94E5DC;
}
</style>
border-color css
<style>
span { border-color: #94E5DC; }
span { border-color: rgb(148,229,220); }
td.TdClassName
{
border-color: #94E5DC;
}
.TagClassName
{
border-color: #94E5DC;
}
</style>