Html Css Color HEX #AABDA6 Spring Rain

📋 copy color: '#AABDA6'

red 170 ◦ green 189 ◦ blue 166

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

Shades of Spring Rain #AABDA6

Tints of Spring Rain #AABDA6

RGB

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

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

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

R = 32.38%
G = 36%
B = 31.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#AABDA6 (or 0xAABDA6) is known color: Spring Rain. HEX triplet: AA, BD and A6. RGB value is (170,189,166). Sum of RGB (Red+Green+Blue) = 170+189+166=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDA6 is #554259. Grayscale: #B4B4B4. Windows color (decimal): -5587546 or 10927530. OLE color: 10927530.

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

Color convert

RGB 170 189 166 -
CMYK 0.10 0 0.12 0.26
HSL 109.57º 0.15% 0.7% -
HSV(B) 109.57º 0.12% 0.74% -
XYZ 41.66 47.69 43.09 -
YUV 180.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 170 189 166 0.10 0 0.12 0.26 109.57 0.15 0.7
Hex AA BD A6 A 0 C 1A 6E F 46
Octal 252 275 246 12 0 14 32 156 17 106
Binary 10101010 10111101 10100110 1010 0 1100 11010 1101110 1111 1000110

Color Harmonies of #AABDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDA6

Black with #AABDA6

Text Example


Text Example

White with #AABDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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