#90BFBE

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

Shades of Shadow Green #90BFBE

Tints of Shadow Green #90BFBE

Color information

#90BFBE (or 0x90BFBE) is unknown color: approx 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

RGB144191190-
CMYK0.2500.010.25
HSL178.72º26.86%65.69%-
HSV(B)178.72º24.61%74.9%-
XYZ39.4346.9155.69-
YUV176.83135.43104.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.43%
GREEN value IS 191 (75% from 255) = 36.38%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=27.43%
G=36.38%
B=36.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911900.2500.010.25178.7226.8665.69
Hex90BFBE190119b31b42
Octal22027727631013126333102
Binary10010000101111111011111011001011100110110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>