Shades of Skeptic #90BEAB
Tints of Skeptic #90BEAB
RGB
CMYK
RGB Variations
Color information
#90BEAB (or 0x90BEAB) is known color: Skeptic. HEX triplet: 90, BE and AB. RGB value is (144,190,171). Sum of RGB (Red+Green+Blue) = 144+190+171=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #90BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BEAB is #6F4154. Grayscale: #AEAEAE. Windows color (decimal): -7291221 or 11255440. OLE color: 11255440.
HSL color Cylindrical-coordinate representation of color #90BEAB: hue angle of 155.22º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90BEAB is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 171 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.25 |
| HSL | 155.22º | 0.26% | 0.65% | - |
| HSV(B) | 155.22º | 0.24% | 0.75% | - |
| XYZ | 37.27 | 45.7 | 45.38 | - |
| YUV | 174.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 171 | 0.24 | 0 | 0.10 | 0.25 | 155.22 | 0.26 | 0.65 |
| Hex | 90 | BE | AB | 18 | 0 | A | 19 | 9B | 1A | 41 |
| Octal | 220 | 276 | 253 | 30 | 0 | 12 | 31 | 233 | 32 | 101 |
| Binary | 10010000 | 10111110 | 10101011 | 11000 | 0 | 1010 | 11001 | 10011011 | 11010 | 1000001 |
Color Harmonies of #90BEAB
Complementary color
Monochromatic Colors of #90BEAB
Black with #90BEAB
Text Example
Text Example
White with #90BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BEAB; }
p { color: rgb(144,190,171); }
H1.HeaderClassName
{
color: #90BEAB;
}
.AnyTagClassName
{
color: #90BEAB;
}
</style>
background-color css
<style>
a { background-color: #90BEAB; }
a { background-color: rgb(144,190,171); }
div.DivClassName
{
background-color: #90BEAB;
}
.BgClassName
{
background-color: #90BEAB;
}
</style>
border-color css
<style>
span { border-color: #90BEAB; }
span { border-color: rgb(144,190,171); }
td.TdClassName
{
border-color: #90BEAB;
}
.TagClassName
{
border-color: #90BEAB;
}
</style>