Html Css Color HEX #AAE4B2 Celadon

📋 copy color: '#AAE4B2'

red 170 ◦ green 228 ◦ blue 178

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

Shades of Celadon #AAE4B2

Tints of Celadon #AAE4B2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.58%

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

R = 29.51%
G = 39.58%
B = 30.9%

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

#AAE4B2 (or 0xAAE4B2) is known color: Celadon. HEX triplet: AA, E4 and B2. RGB value is (170,228,178). Sum of RGB (Red+Green+Blue) = 170+228+178=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE4B2 is #551B4D. Grayscale: #CDCDCD. Windows color (decimal): -5577550 or 11723946. OLE color: 11723946.

HSL color Cylindrical-coordinate representation of color #AAE4B2: hue angle of 128.28º degrees, saturation: 0.52, 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 #AAE4B2 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 178 -
CMYK 0.25 0 0.22 0.11
HSL 128.28º 0.52% 0.78% -
HSV(B) 128.28º 0.25% 0.89% -
XYZ 52.36 67.25 52.34 -
YUV 204.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 170 228 178 0.25 0 0.22 0.11 128.28 0.52 0.78
Hex AA E4 B2 19 0 16 B 80 34 4E
Octal 252 344 262 31 0 26 13 200 64 116
Binary 10101010 11100100 10110010 11001 0 10110 1011 10000000 110100 1001110

Color Harmonies of #AAE4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4B2

Black with #AAE4B2

Text Example


Text Example

White with #AAE4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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