Html Css Color HEX #AAEAB2 Celadon

📋 copy color: '#AAEAB2'

red 170 ◦ green 234 ◦ blue 178

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

Shades of Celadon #AAEAB2

Tints of Celadon #AAEAB2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.21%

 BLUE value IS 178 (69.92% from 255) = 30.58%

R = 29.21%
G = 40.21%
B = 30.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#AAEAB2 (or 0xAAEAB2) is known color: Celadon. HEX triplet: AA, EA and B2. RGB value is (170,234,178). Sum of RGB (Red+Green+Blue) = 170+234+178=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAB2 is #55154D. Grayscale: #D0D0D0. Windows color (decimal): -5576014 or 11725482. OLE color: 11725482.

HSL color Cylindrical-coordinate representation of color #AAEAB2: hue angle of 127.5º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAB2 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 178 -
CMYK 0.27 0 0.24 0.08
HSL 127.5º 0.6% 0.79% -
HSV(B) 127.5º 0.27% 0.92% -
XYZ 54.04 70.61 52.9 -
YUV 208.48 110.8 100.55 -
System Red Green Blue C M Y K H S L
Decimal 170 234 178 0.27 0 0.24 0.08 127.5 0.6 0.79
Hex AA EA B2 1B 0 18 8 80 3C 4F
Octal 252 352 262 33 0 30 10 200 74 117
Binary 10101010 11101010 10110010 11011 0 11000 1000 10000000 111100 1001111

Color Harmonies of #AAEAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAB2

Black with #AAEAB2

Text Example


Text Example

White with #AAEAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAB2; }

 p { color: rgb(170,234,178); }

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

background-color css

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

 a { background-color: rgb(170,234,178); }

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

border-color css

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

 span { border-color: rgb(170,234,178); }

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