Html Css Color HEX #AAE5B1 Celadon

📋 copy color: '#AAE5B1'

red 170 ◦ green 229 ◦ blue 177

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

Shades of Celadon #AAE5B1

Tints of Celadon #AAE5B1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.76%

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

R = 29.51%
G = 39.76%
B = 30.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#AAE5B1 (or 0xAAE5B1) is known color: Celadon. HEX triplet: AA, E5 and B1. RGB value is (170,229,177). Sum of RGB (Red+Green+Blue) = 170+229+177=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE5B1 is #551A4E. Grayscale: #CDCDCD. Windows color (decimal): -5577295 or 11658666. OLE color: 11658666.

HSL color Cylindrical-coordinate representation of color #AAE5B1: hue angle of 127.12º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5B1 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 177 -
CMYK 0.26 0 0.23 0.10
HSL 127.12º 0.53% 0.78% -
HSV(B) 127.12º 0.26% 0.9% -
XYZ 52.53 67.76 51.91 -
YUV 205.43 111.95 102.73 -
System Red Green Blue C M Y K H S L
Decimal 170 229 177 0.26 0 0.23 0.10 127.12 0.53 0.78
Hex AA E5 B1 1A 0 17 A 7F 35 4E
Octal 252 345 261 32 0 27 12 177 65 116
Binary 10101010 11100101 10110001 11010 0 10111 1010 1111111 110101 1001110

Color Harmonies of #AAE5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE5B1

Black with #AAE5B1

Text Example


Text Example

White with #AAE5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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