Html Css Color HEX #AAE1B1 Celadon

📋 copy color: '#AAE1B1'

red 170 ◦ green 225 ◦ blue 177

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

Shades of Celadon #AAE1B1

Tints of Celadon #AAE1B1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.34%

 BLUE value IS 177 (69.53% from 255) = 30.94%

R = 29.72%
G = 39.34%
B = 30.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#AAE1B1 (or 0xAAE1B1) is known color: Celadon. HEX triplet: AA, E1 and B1. RGB value is (170,225,177). Sum of RGB (Red+Green+Blue) = 170+225+177=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE1B1 is #551E4E. Grayscale: #CBCBCB. Windows color (decimal): -5578319 or 11657642. OLE color: 11657642.

HSL color Cylindrical-coordinate representation of color #AAE1B1: hue angle of 127.64º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1B1 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 177 -
CMYK 0.24 0 0.21 0.12
HSL 127.64º 0.48% 0.77% -
HSV(B) 127.64º 0.24% 0.88% -
XYZ 51.44 65.57 51.54 -
YUV 203.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 170 225 177 0.24 0 0.21 0.12 127.64 0.48 0.77
Hex AA E1 B1 18 0 15 C 80 30 4D
Octal 252 341 261 30 0 25 14 200 60 115
Binary 10101010 11100001 10110001 11000 0 10101 1100 10000000 110000 1001101

Color Harmonies of #AAE1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE1B1

Black with #AAE1B1

Text Example


Text Example

White with #AAE1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE1B1; }

 p { color: rgb(170,225,177); }

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

background-color css

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

 a { background-color: rgb(170,225,177); }

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

border-color css

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

 span { border-color: rgb(170,225,177); }

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