Html Css Color HEX #AABEA6 Spring Rain

📋 copy color: '#AABEA6'

red 170 ◦ green 190 ◦ blue 166

#AABEA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #AABEA6

Tints of Spring Rain #AABEA6

RGB

 RED value IS 170 (66.8% from 255) = 32.32%

 GREEN value IS 190 (74.61% from 255) = 36.12%

 BLUE value IS 166 (65.23% from 255) = 31.56%

R = 32.32%
G = 36.12%
B = 31.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#AABEA6 (or 0xAABEA6) is known color: Spring Rain. HEX triplet: AA, BE and A6. RGB value is (170,190,166). Sum of RGB (Red+Green+Blue) = 170+190+166=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEA6 is #554159. Grayscale: #B5B5B5. Windows color (decimal): -5587290 or 10927786. OLE color: 10927786.

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

Color convert

RGB 170 190 166 -
CMYK 0.11 0 0.13 0.25
HSL 110º 0.16% 0.7% -
HSV(B) 110º 0.13% 0.75% -
XYZ 41.87 48.13 43.16 -
YUV 181.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 170 190 166 0.11 0 0.13 0.25 110 0.16 0.7
Hex AA BE A6 B 0 D 19 6E 10 46
Octal 252 276 246 13 0 15 31 156 20 106
Binary 10101010 10111110 10100110 1011 0 1101 11001 1101110 10000 1000110

Color Harmonies of #AABEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEA6

Black with #AABEA6

Text Example


Text Example

White with #AABEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEA6; }

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

 H1.HeaderClassName
 {
   color: #AABEA6;
 }
 .AnyTagClassName
 {
   color: #AABEA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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