Shades of Shadow Green #90BEBF
Tints of Shadow Green #90BEBF
RGB
CMYK
RGB Variations
Color information
#90BEBF (or 0x90BEBF) is known color: Shadow Green. HEX triplet: 90, BE and BF. RGB value is (144,190,191). Sum of RGB (Red+Green+Blue) = 144+190+191=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #90BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BEBF is #6F4140. Grayscale: #B0B0B0. Windows color (decimal): -7291201 or 12566160. OLE color: 12566160.
HSL color Cylindrical-coordinate representation of color #90BEBF: hue angle of 181.28º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90BEBF is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 191 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.25 |
| HSL | 181.28º | 0.27% | 0.66% | - |
| HSV(B) | 181.28º | 0.25% | 0.75% | - |
| XYZ | 39.32 | 46.52 | 56.2 | - |
| YUV | 176.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 191 | 0.25 | 0.01 | 0 | 0.25 | 181.28 | 0.27 | 0.66 |
| Hex | 90 | BE | BF | 19 | 1 | 0 | 19 | B5 | 1B | 42 |
| Octal | 220 | 276 | 277 | 31 | 1 | 0 | 31 | 265 | 33 | 102 |
| Binary | 10010000 | 10111110 | 10111111 | 11001 | 1 | 0 | 11001 | 10110101 | 11011 | 1000010 |
Color Harmonies of #90BEBF
Complementary color
Monochromatic Colors of #90BEBF
Black with #90BEBF
Text Example
Text Example
White with #90BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BEBF; }
p { color: rgb(144,190,191); }
H1.HeaderClassName
{
color: #90BEBF;
}
.AnyTagClassName
{
color: #90BEBF;
}
</style>
background-color css
<style>
a { background-color: #90BEBF; }
a { background-color: rgb(144,190,191); }
div.DivClassName
{
background-color: #90BEBF;
}
.BgClassName
{
background-color: #90BEBF;
}
</style>
border-color css
<style>
span { border-color: #90BEBF; }
span { border-color: rgb(144,190,191); }
td.TdClassName
{
border-color: #90BEBF;
}
.TagClassName
{
border-color: #90BEBF;
}
</style>