Html Css Color HEX #AABD9F Spring Rain

📋 copy color: '#AABD9F'

red 170 ◦ green 189 ◦ blue 159

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

Shades of Spring Rain #AABD9F

Tints of Spring Rain #AABD9F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.49%

 BLUE value IS 159 (62.5% from 255) = 30.69%

R = 32.82%
G = 36.49%
B = 30.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#AABD9F (or 0xAABD9F) is known color: Spring Rain. HEX triplet: AA, BD and 9F. RGB value is (170,189,159). Sum of RGB (Red+Green+Blue) = 170+189+159=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD9F is #554260. Grayscale: #B4B4B4. Windows color (decimal): -5587553 or 10468778. OLE color: 10468778.

HSL color Cylindrical-coordinate representation of color #AABD9F: hue angle of 98º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABD9F is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 159 -
CMYK 0.10 0 0.16 0.26
HSL 98º 0.19% 0.68% -
HSV(B) 98º 0.16% 0.74% -
XYZ 41.03 47.44 39.8 -
YUV 179.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 170 189 159 0.10 0 0.16 0.26 98 0.19 0.68
Hex AA BD 9F A 0 10 1A 62 13 44
Octal 252 275 237 12 0 20 32 142 23 104
Binary 10101010 10111101 10011111 1010 0 10000 11010 1100010 10011 1000100

Color Harmonies of #AABD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD9F

Black with #AABD9F

Text Example


Text Example

White with #AABD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD9F; }

 p { color: rgb(170,189,159); }

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

background-color css

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

 a { background-color: rgb(170,189,159); }

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

border-color css

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

 span { border-color: rgb(170,189,159); }

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