#90BCA6

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

Shades of Skeptic #90BCA6

Tints of Skeptic #90BCA6

Color information

#90BCA6 (or 0x90BCA6) is unknown color: approx Skeptic. HEX triplet: 90, BC and A6. RGB value is (144,188,166). Sum of RGB (Red+Green+Blue) = 144+188+166=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #90BCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BCA6 is #6F4359. Grayscale: #ACACAC. Windows color (decimal): -7291738 or 10927248. OLE color: 10927248.

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

Color convert

RGB144188166-
CMYK0.2300.120.26
HSL150º24.72%65.1%-
HSV(B)150º23.4%73.73%-
XYZ36.3744.6542.78-
YUV172.34124.42107.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.92%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 166 (65.23% from 255) = 33.33%
R=28.92%
G=37.75%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441881660.2300.120.2615024.7265.1
Hex90BCA6170C1A961941
Octal220274246270143222631101
Binary10010000101111001010011010111011001101010010110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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