Shades of Skeptic #93BEAA
Tints of Skeptic #93BEAA
RGB
CMYK
RGB Variations
Color information
#93BEAA (or 0x93BEAA) is known color: Skeptic. HEX triplet: 93, BE and AA. RGB value is (147,190,170). Sum of RGB (Red+Green+Blue) = 147+190+170=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #93BEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BEAA is #6C4155. Grayscale: #AEAEAE. Windows color (decimal): -7094614 or 11189907. OLE color: 11189907.
HSL color Cylindrical-coordinate representation of color #93BEAA: hue angle of 152.09º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93BEAA is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 190 | 170 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.25 |
| HSL | 152.09º | 0.25% | 0.66% | - |
| HSV(B) | 152.09º | 0.23% | 0.75% | - |
| XYZ | 37.7 | 45.93 | 44.91 | - |
| YUV | 174.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 170 | 0.23 | 0 | 0.11 | 0.25 | 152.09 | 0.25 | 0.66 |
| Hex | 93 | BE | AA | 17 | 0 | B | 19 | 98 | 19 | 42 |
| Octal | 223 | 276 | 252 | 27 | 0 | 13 | 31 | 230 | 31 | 102 |
| Binary | 10010011 | 10111110 | 10101010 | 10111 | 0 | 1011 | 11001 | 10011000 | 11001 | 1000010 |
Color Harmonies of #93BEAA
Complementary color
Monochromatic Colors of #93BEAA
Black with #93BEAA
Text Example
Text Example
White with #93BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEAA; }
p { color: rgb(147,190,170); }
H1.HeaderClassName
{
color: #93BEAA;
}
.AnyTagClassName
{
color: #93BEAA;
}
</style>
background-color css
<style>
a { background-color: #93BEAA; }
a { background-color: rgb(147,190,170); }
div.DivClassName
{
background-color: #93BEAA;
}
.BgClassName
{
background-color: #93BEAA;
}
</style>
border-color css
<style>
span { border-color: #93BEAA; }
span { border-color: rgb(147,190,170); }
td.TdClassName
{
border-color: #93BEAA;
}
.TagClassName
{
border-color: #93BEAA;
}
</style>