#90B08D

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

Shades of Mantle #90B08D

Tints of Mantle #90B08D

Color information

#90B08D (or 0x90B08D) is unknown color: approx Mantle. HEX triplet: 90, B0 and 8D. RGB value is (144,176,141). Sum of RGB (Red+Green+Blue) = 144+176+141=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #90B08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B08D is #6F4F72. Grayscale: #A2A2A2. Windows color (decimal): -7294835 or 9285776. OLE color: 9285776.

HSL color Cylindrical-coordinate representation of color #90B08D: hue angle of 114.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B08D is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB144176141-
CMYK0.1800.200.31
HSL114.86º18.13%62.16%-
HSV(B)114.86º19.89%69.02%-
XYZ31.8338.931.03-
YUV162.44115.9114.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.24%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=31.24%
G=38.18%
B=30.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441761410.1800.200.31114.8618.1362.16
Hex90B08D120141F73123e
Octal22026021522024371632276
Binary1001000010110000100011011001001010011111111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,176,141); }

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

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

 a { background-color: rgb(144,176,141); }

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

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

 span { border-color: rgb(144,176,141); }

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