#90BDAB

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

Shades of Skeptic #90BDAB

Tints of Skeptic #90BDAB

Color information

#90BDAB (or 0x90BDAB) is unknown color: approx Skeptic. HEX triplet: 90, BD and AB. RGB value is (144,189,171). Sum of RGB (Red+Green+Blue) = 144+189+171=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #90BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BDAB is #6F4254. Grayscale: #ADADAD. Windows color (decimal): -7291477 or 11255184. OLE color: 11255184.

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

Color convert

RGB144189171-
CMYK0.2400.100.26
HSL156º25.42%65.29%-
HSV(B)156º23.81%74.12%-
XYZ37.0545.2645.31-
YUV173.49126.59106.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.57%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=28.57%
G=37.5%
B=33.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441891710.2400.100.2615625.4265.29
Hex90BDAB180A1A9c1941
Octal220275253300123223431101
Binary10010000101111011010101111000010101101010011100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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