Shades of Shadow Green #90BFBE
Tints of Shadow Green #90BFBE
RGB
CMYK
RGB Variations
Color information
#90BFBE (or 0x90BFBE) is known color: Shadow Green. HEX triplet: 90, BF and BE. RGB value is (144,191,190). Sum of RGB (Red+Green+Blue) = 144+191+190=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #90BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFBE is #6F4041. Grayscale: #B0B0B0. Windows color (decimal): -7290946 or 12500880. OLE color: 12500880.
HSL color Cylindrical-coordinate representation of color #90BFBE: hue angle of 178.72º 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 #90BFBE is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 190 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.25 |
| HSL | 178.72º | 0.27% | 0.66% | - |
| HSV(B) | 178.72º | 0.25% | 0.75% | - |
| XYZ | 39.43 | 46.91 | 55.69 | - |
| YUV | 176.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 190 | 0.25 | 0 | 0.01 | 0.25 | 178.72 | 0.27 | 0.66 |
| Hex | 90 | BF | BE | 19 | 0 | 1 | 19 | B3 | 1B | 42 |
| Octal | 220 | 277 | 276 | 31 | 0 | 1 | 31 | 263 | 33 | 102 |
| Binary | 10010000 | 10111111 | 10111110 | 11001 | 0 | 1 | 11001 | 10110011 | 11011 | 1000010 |
Color Harmonies of #90BFBE
Complementary color
Monochromatic Colors of #90BFBE
Black with #90BFBE
Text Example
Text Example
White with #90BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFBE; }
p { color: rgb(144,191,190); }
H1.HeaderClassName
{
color: #90BFBE;
}
.AnyTagClassName
{
color: #90BFBE;
}
</style>
background-color css
<style>
a { background-color: #90BFBE; }
a { background-color: rgb(144,191,190); }
div.DivClassName
{
background-color: #90BFBE;
}
.BgClassName
{
background-color: #90BFBE;
}
</style>
border-color css
<style>
span { border-color: #90BFBE; }
span { border-color: rgb(144,191,190); }
td.TdClassName
{
border-color: #90BFBE;
}
.TagClassName
{
border-color: #90BFBE;
}
</style>