#90BEA8

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

Shades of Skeptic #90BEA8

Tints of Skeptic #90BEA8

Color information

#90BEA8 (or 0x90BEA8) is unknown color: approx Skeptic. HEX triplet: 90, BE and A8. RGB value is (144,190,168). Sum of RGB (Red+Green+Blue) = 144+190+168=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #90BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BEA8 is #6F4157. Grayscale: #ADADAD. Windows color (decimal): -7291224 or 11058832. OLE color: 11058832.

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

Color convert

RGB144190168-
CMYK0.2400.120.25
HSL151.3º26.14%65.49%-
HSV(B)151.3º24.21%74.51%-
XYZ36.9845.5843.9-
YUV173.74124.76106.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.69%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 168 (66.02% from 255) = 33.47%
R=28.69%
G=37.85%
B=33.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441901680.2400.120.25151.326.1465.49
Hex90BEA8180C19971a41
Octal220276250300143122732101
Binary10010000101111101010100011000011001100110010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,190,168); }

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

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

 a { background-color: rgb(144,190,168); }

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

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

 span { border-color: rgb(144,190,168); }

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