#90CBAB

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

Shades of Vista Blue #90CBAB

Tints of Vista Blue #90CBAB

Color information

#90CBAB (or 0x90CBAB) is unknown color: approx Vista Blue. HEX triplet: 90, CB and AB. RGB value is (144,203,171). Sum of RGB (Red+Green+Blue) = 144+203+171=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #90CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CBAB is #6F3454. Grayscale: #B5B5B5. Windows color (decimal): -7287893 or 11258768. OLE color: 11258768.

HSL color Cylindrical-coordinate representation of color #90CBAB: hue angle of 147.46º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CBAB is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB144203171-
CMYK0.2900.160.20
HSL147.46º36.2%68.04%-
HSV(B)147.46º29.06%79.61%-
XYZ40.2151.5846.37-
YUV181.71121.95101.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.80%
GREEN value IS 203 (79.69% from 255) = 39.19%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=27.80%
G=39.19%
B=33.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442031710.2900.160.20147.4636.268.04
Hex90CBAB1D01014932444
Octal220313253350202422344104
Binary1001000011001011101010111110101000010100100100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,203,171); }

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

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

 a { background-color: rgb(144,203,171); }

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

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

 span { border-color: rgb(144,203,171); }

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