#90BDA6

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

Shades of Skeptic #90BDA6

Tints of Skeptic #90BDA6

Color information

#90BDA6 (or 0x90BDA6) is unknown color: approx Skeptic. HEX triplet: 90, BD and A6. RGB value is (144,189,166). Sum of RGB (Red+Green+Blue) = 144+189+166=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #90BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BDA6 is #6F4259. Grayscale: #ACACAC. Windows color (decimal): -7291482 or 10927504. OLE color: 10927504.

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

Color convert

RGB144189166-
CMYK0.2400.120.26
HSL149.33º25.42%65.29%-
HSV(B)149.33º23.81%74.12%-
XYZ36.5845.0842.85-
YUV172.92124.09107.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.86%
GREEN value IS 189 (74.22% from 255) = 37.88%
BLUE value IS 166 (65.23% from 255) = 33.27%
R=28.86%
G=37.88%
B=33.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441891660.2400.120.26149.3325.4265.29
Hex90BDA6180C1A951941
Octal220275246300143222531101
Binary10010000101111011010011011000011001101010010101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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