#90BEBC

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

Shades of Shadow Green #90BEBC

Tints of Shadow Green #90BEBC

Color information

#90BEBC (or 0x90BEBC) is unknown color: approx Shadow Green. HEX triplet: 90, BE and BC. RGB value is (144,190,188). Sum of RGB (Red+Green+Blue) = 144+190+188=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #90BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BEBC is #6F4143. Grayscale: #AFAFAF. Windows color (decimal): -7291204 or 12369552. OLE color: 12369552.

HSL color Cylindrical-coordinate representation of color #90BEBC: hue angle of 177.39º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90BEBC is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB144190188-
CMYK0.2400.010.25
HSL177.39º26.14%65.49%-
HSV(B)177.39º24.21%74.51%-
XYZ38.9946.3954.48-
YUV176.02134.76105.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.59%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=27.59%
G=36.40%
B=36.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441901880.2400.010.25177.3926.1465.49
Hex90BEBC180119b11a41
Octal22027627430013126132101
Binary10010000101111101011110011000011100110110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,190,188); }

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

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

 a { background-color: rgb(144,190,188); }

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

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

 span { border-color: rgb(144,190,188); }

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