Html Css Color HEX #AAE8AB Celadon

📋 copy color: '#AAE8AB'

red 170 ◦ green 232 ◦ blue 171

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

Shades of Celadon #AAE8AB

Tints of Celadon #AAE8AB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.49%

 BLUE value IS 171 (67.19% from 255) = 29.84%

R = 29.67%
G = 40.49%
B = 29.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#AAE8AB (or 0xAAE8AB) is known color: Celadon. HEX triplet: AA, E8 and AB. RGB value is (170,232,171). Sum of RGB (Red+Green+Blue) = 170+232+171=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE8AB is #551754. Grayscale: #CECECE. Windows color (decimal): -5576533 or 11266218. OLE color: 11266218.

HSL color Cylindrical-coordinate representation of color #AAE8AB: hue angle of 120.97º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE8AB is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 232 171 -
CMYK 0.27 0 0.26 0.09
HSL 120.97º 0.57% 0.79% -
HSV(B) 120.97º 0.27% 0.91% -
XYZ 52.78 69.2 49.1 -
YUV 206.51 107.96 101.96 -
System Red Green Blue C M Y K H S L
Decimal 170 232 171 0.27 0 0.26 0.09 120.97 0.57 0.79
Hex AA E8 AB 1B 0 1A 9 79 39 4F
Octal 252 350 253 33 0 32 11 171 71 117
Binary 10101010 11101000 10101011 11011 0 11010 1001 1111001 111001 1001111

Color Harmonies of #AAE8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8AB

Black with #AAE8AB

Text Example


Text Example

White with #AAE8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8AB; }

 p { color: rgb(170,232,171); }

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

background-color css

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

 a { background-color: rgb(170,232,171); }

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

border-color css

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

 span { border-color: rgb(170,232,171); }

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