#90BEAB

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

Shades of Skeptic #90BEAB

Tints of Skeptic #90BEAB

Color information

#90BEAB (or 0x90BEAB) is unknown color: approx Skeptic. HEX triplet: 90, BE and AB. RGB value is (144,190,171). Sum of RGB (Red+Green+Blue) = 144+190+171=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #90BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BEAB is #6F4154. Grayscale: #AEAEAE. Windows color (decimal): -7291221 or 11255440. OLE color: 11255440.

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

Color convert

RGB144190171-
CMYK0.2400.100.25
HSL155.22º26.14%65.49%-
HSV(B)155.22º24.21%74.51%-
XYZ37.2745.745.38-
YUV174.08126.26106.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.51%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=28.51%
G=37.62%
B=33.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441901710.2400.100.25155.2226.1465.49
Hex90BEAB180A199b1a41
Octal220276253300123123332101
Binary10010000101111101010101111000010101100110011011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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