Html Css Color HEX #AAE2B1 Celadon

📋 copy color: '#AAE2B1'

red 170 ◦ green 226 ◦ blue 177

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

Shades of Celadon #AAE2B1

Tints of Celadon #AAE2B1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.44%

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

R = 29.67%
G = 39.44%
B = 30.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#AAE2B1 (or 0xAAE2B1) is known color: Celadon. HEX triplet: AA, E2 and B1. RGB value is (170,226,177). Sum of RGB (Red+Green+Blue) = 170+226+177=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE2B1 is #551D4E. Grayscale: #CBCBCB. Windows color (decimal): -5578063 or 11657898. OLE color: 11657898.

HSL color Cylindrical-coordinate representation of color #AAE2B1: hue angle of 127.5º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE2B1 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 177 -
CMYK 0.25 0 0.22 0.11
HSL 127.5º 0.49% 0.78% -
HSV(B) 127.5º 0.25% 0.89% -
XYZ 51.71 66.11 51.63 -
YUV 203.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 170 226 177 0.25 0 0.22 0.11 127.5 0.49 0.78
Hex AA E2 B1 19 0 16 B 80 31 4E
Octal 252 342 261 31 0 26 13 200 61 116
Binary 10101010 11100010 10110001 11001 0 10110 1011 10000000 110001 1001110

Color Harmonies of #AAE2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE2B1

Black with #AAE2B1

Text Example


Text Example

White with #AAE2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE2B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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