#90BFBB

Color #90BFBB Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #90BFBB

Tints of Shadow Green #90BFBB

Color information

#90BFBB (or 0x90BFBB) is unknown color: approx Shadow Green. HEX triplet: 90, BF and BB. RGB value is (144,191,187). Sum of RGB (Red+Green+Blue) = 144+191+187=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #90BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFBB is #6F4044. Grayscale: #B0B0B0. Windows color (decimal): -7290949 or 12304272. OLE color: 12304272.

HSL color Cylindrical-coordinate representation of color #90BFBB: hue angle of 174.89º 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 #90BFBB is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB144191187-
CMYK0.2500.020.25
HSL174.89º26.86%65.69%-
HSV(B)174.89º24.61%74.9%-
XYZ39.146.7853.98-
YUV176.49133.93104.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 27.59%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=27.59%
G=36.59%
B=35.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911870.2500.020.25174.8926.8665.69
Hex90BFBB190219af1b42
Octal22027727331023125733102
Binary100100001011111110111011110010101100110101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90BFBB; }

 p { color: rgb(144,191,187); }

 H1.HeaderClassName
 {
   color: #90BFBB;
 }
 .AnyTagClassName
 {
   color: #90BFBB;
 }
</style>
background-color css

<style>
 a { background-color: #90BFBB; }

 a { background-color: rgb(144,191,187); }

 div.DivClassName
 {
   background-color: #90BFBB;
 }
 .BgClassName
 {
   background-color: #90BFBB;
 }
</style>
border-color css

<style>
 span { border-color: #90BFBB; }

 span { border-color: rgb(144,191,187); }

 td.TdClassName
 {
   border-color: #90BFBB;
 }
 .TagClassName
 {
   border-color: #90BFBB;
 }
</style>