#90BCAC

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

Shades of Skeptic #90BCAC

Tints of Skeptic #90BCAC

Color information

#90BCAC (or 0x90BCAC) is unknown color: approx Skeptic. HEX triplet: 90, BC and AC. RGB value is (144,188,172). Sum of RGB (Red+Green+Blue) = 144+188+172=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #90BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BCAC is #6F4353. Grayscale: #ADADAD. Windows color (decimal): -7291732 or 11320464. OLE color: 11320464.

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

Color convert

RGB144188172-
CMYK0.2300.090.26
HSL158.18º24.72%65.1%-
HSV(B)158.18º23.4%73.73%-
XYZ36.9344.8745.74-
YUV173.02127.42107.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.57%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=28.57%
G=37.30%
B=34.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441881720.2300.090.26158.1824.7265.1
Hex90BCAC17091A9e1941
Octal220274254270113223631101
Binary10010000101111001010110010111010011101010011110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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