#AABEB2

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

Shades of Loblolly #AABEB2

Tints of Loblolly #AABEB2

Color information

#AABEB2 (or 0xAABEB2) is unknown color: approx Loblolly. HEX triplet: AA, BE and B2. RGB value is (170,190,178). Sum of RGB (Red+Green+Blue) = 170+190+178=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEB2 is #55414D. Grayscale: #B6B6B6. Windows color (decimal): -5587278 or 11714218. OLE color: 11714218.

HSL color Cylindrical-coordinate representation of color #AABEB2: hue angle of 144º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABEB2 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB170190178-
CMYK0.1100.060.25
HSL144º13.33%70.59%-
HSV(B)144º10.53%74.51%-
XYZ43.0348.5949.23-
YUV182.65125.37118.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 178 (69.92% from 255) = 33.09%
R=31.60%
G=35.32%
B=33.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901780.1100.060.2514413.3370.59
HexAABEB2B061990d47
Octal25227626213063122015107
Binary10101010101111101011001010110110110011001000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEB2; }

 p { color: rgb(170,190,178); }

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

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

 a { background-color: rgb(170,190,178); }

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

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

 span { border-color: rgb(170,190,178); }

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