#90BFB6

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

Shades of Shadow Green #90BFB6

Tints of Shadow Green #90BFB6

Color information

#90BFB6 (or 0x90BFB6) is unknown color: approx Shadow Green. HEX triplet: 90, BF and B6. RGB value is (144,191,182). Sum of RGB (Red+Green+Blue) = 144+191+182=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #90BFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFB6 is #6F4049. Grayscale: #AFAFAF. Windows color (decimal): -7290954 or 11976592. OLE color: 11976592.

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

Color convert

RGB144191182-
CMYK0.2500.050.25
HSL168.51º26.86%65.69%-
HSV(B)168.51º24.61%74.9%-
XYZ38.5846.5751.21-
YUV175.92131.43105.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.85%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=27.85%
G=36.94%
B=35.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911820.2500.050.25168.5126.8665.69
Hex90BFB6190519a91b42
Octal22027726631053125133102
Binary1001000010111111101101101100101011100110101001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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