Html Css Color HEX #AACEA0 Spring Rain

📋 copy color: '#AACEA0'

red 170 ◦ green 206 ◦ blue 160

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

Shades of Spring Rain #AACEA0

Tints of Spring Rain #AACEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.43%

 BLUE value IS 160 (62.89% from 255) = 29.85%

R = 31.72%
G = 38.43%
B = 29.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#AACEA0 (or 0xAACEA0) is known color: Spring Rain. HEX triplet: AA, CE and A0. RGB value is (170,206,160). Sum of RGB (Red+Green+Blue) = 170+206+160=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACEA0 is #55315F. Grayscale: #BEBEBE. Windows color (decimal): -5583200 or 10538666. OLE color: 10538666.

HSL color Cylindrical-coordinate representation of color #AACEA0: hue angle of 106.96º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AACEA0 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 160 -
CMYK 0.17 0 0.22 0.19
HSL 106.96º 0.32% 0.72% -
HSV(B) 106.96º 0.22% 0.81% -
XYZ 44.99 55.23 41.55 -
YUV 189.99 111.07 113.74 -
System Red Green Blue C M Y K H S L
Decimal 170 206 160 0.17 0 0.22 0.19 106.96 0.32 0.72
Hex AA CE A0 11 0 16 13 6B 20 48
Octal 252 316 240 21 0 26 23 153 40 110
Binary 10101010 11001110 10100000 10001 0 10110 10011 1101011 100000 1001000

Color Harmonies of #AACEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEA0

Black with #AACEA0

Text Example


Text Example

White with #AACEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEA0; }

 p { color: rgb(170,206,160); }

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

background-color css

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

 a { background-color: rgb(170,206,160); }

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

border-color css

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

 span { border-color: rgb(170,206,160); }

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