#90BFBA

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

Shades of Shadow Green #90BFBA

Tints of Shadow Green #90BFBA

Color information

#90BFBA (or 0x90BFBA) is unknown color: approx Shadow Green. HEX triplet: 90, BF and BA. RGB value is (144,191,186). Sum of RGB (Red+Green+Blue) = 144+191+186=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #90BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFBA is #6F4045. Grayscale: #B0B0B0. Windows color (decimal): -7290950 or 12238736. OLE color: 12238736.

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

Color convert

RGB144191186-
CMYK0.2500.030.25
HSL173.62º26.86%65.69%-
HSV(B)173.62º24.61%74.9%-
XYZ3946.7453.42-
YUV176.38133.43104.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.64%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=27.64%
G=36.66%
B=35.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911860.2500.030.25173.6226.8665.69
Hex90BFBA190319ae1b42
Octal22027727231033125633102
Binary100100001011111110111010110010111100110101110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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