#90BFC0

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

Shades of Shadow Green #90BFC0

Tints of Shadow Green #90BFC0

Color information

#90BFC0 (or 0x90BFC0) is unknown color: approx Shadow Green. HEX triplet: 90, BF and C0. RGB value is (144,191,192). Sum of RGB (Red+Green+Blue) = 144+191+192=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 192 - color contains mainly: blue. Hex color #90BFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFC0 is #6F403F. Grayscale: #B1B1B1. Windows color (decimal): -7290944 or 12631952. OLE color: 12631952.

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

Color convert

RGB144191192-
CMYK0.250.0100.25
HSL181.25º27.59%65.88%-
HSV(B)181.25º25%75.29%-
XYZ39.654756.85-
YUV177.06136.43104.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.32%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=27.32%
G=36.24%
B=36.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911920.250.0100.25181.2527.5965.88
Hex90BFC0191019b51c42
Octal22027730031103126534102
Binary10010000101111111100000011001101100110110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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