#90BAA5

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

Shades of Skeptic #90BAA5

Tints of Skeptic #90BAA5

Color information

#90BAA5 (or 0x90BAA5) is unknown color: approx Skeptic. HEX triplet: 90, BA and A5. RGB value is (144,186,165). Sum of RGB (Red+Green+Blue) = 144+186+165=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #90BAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BAA5 is #6F455A. Grayscale: #ABABAB. Windows color (decimal): -7292251 or 10861200. OLE color: 10861200.

HSL color Cylindrical-coordinate representation of color #90BAA5: hue angle of 150º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BAA5 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB144186165-
CMYK0.2300.110.27
HSL150º23.33%64.71%-
HSV(B)150º22.58%72.94%-
XYZ35.8543.7642.15-
YUV171.05124.59108.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.09%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 165 (64.84% from 255) = 33.33%
R=29.09%
G=37.58%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441861650.2300.110.2715023.3364.71
Hex90BAA5170B1B961741
Octal220272245270133322627101
Binary10010000101110101010010110111010111101110010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,186,165); }

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

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

 a { background-color: rgb(144,186,165); }

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

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

 span { border-color: rgb(144,186,165); }

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