Html Css Color HEX #AABF9C Spring Rain

📋 copy color: '#AABF9C'

red 170 ◦ green 191 ◦ blue 156

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

Shades of Spring Rain #AABF9C

Tints of Spring Rain #AABF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 36.94%

 BLUE value IS 156 (61.33% from 255) = 30.17%

R = 32.88%
G = 36.94%
B = 30.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#AABF9C (or 0xAABF9C) is known color: Spring Rain. HEX triplet: AA, BF and 9C. RGB value is (170,191,156). Sum of RGB (Red+Green+Blue) = 170+191+156=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF9C is #554063. Grayscale: #B4B4B4. Windows color (decimal): -5587044 or 10272682. OLE color: 10272682.

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

Color convert

RGB 170 191 156 -
CMYK 0.11 0 0.18 0.25
HSL 96º 0.21% 0.68% -
HSV(B) 96º 0.18% 0.75% -
XYZ 41.21 48.21 38.59 -
YUV 180.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 170 191 156 0.11 0 0.18 0.25 96 0.21 0.68
Hex AA BF 9C B 0 12 19 60 15 44
Octal 252 277 234 13 0 22 31 140 25 104
Binary 10101010 10111111 10011100 1011 0 10010 11001 1100000 10101 1000100

Color Harmonies of #AABF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF9C

Black with #AABF9C

Text Example


Text Example

White with #AABF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF9C; }

 p { color: rgb(170,191,156); }

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

background-color css

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

 a { background-color: rgb(170,191,156); }

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

border-color css

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

 span { border-color: rgb(170,191,156); }

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