#90BCAA

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

Shades of Skeptic #90BCAA

Tints of Skeptic #90BCAA

Color information

#90BCAA (or 0x90BCAA) is unknown color: approx Skeptic. HEX triplet: 90, BC and AA. RGB value is (144,188,170). Sum of RGB (Red+Green+Blue) = 144+188+170=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #90BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BCAA is #6F4355. Grayscale: #ACACAC. Windows color (decimal): -7291734 or 11189392. OLE color: 11189392.

HSL color Cylindrical-coordinate representation of color #90BCAA: hue angle of 155.45º 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 #90BCAA is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB144188170-
CMYK0.2300.100.26
HSL155.45º24.72%65.1%-
HSV(B)155.45º23.4%73.73%-
XYZ36.7444.844.74-
YUV172.79126.42107.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.69%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=28.69%
G=37.45%
B=33.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441881700.2300.100.26155.4524.7265.1
Hex90BCAA170A1A9b1941
Octal220274252270123223331101
Binary10010000101111001010101010111010101101010011011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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