Html Css Color HEX #AAEBAA Celadon

📋 copy color: '#AAEBAA'

red 170 ◦ green 235 ◦ blue 170

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

Shades of Celadon #AAEBAA

Tints of Celadon #AAEBAA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.87%

 BLUE value IS 170 (66.8% from 255) = 29.57%

R = 29.57%
G = 40.87%
B = 29.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#AAEBAA (or 0xAAEBAA) is known color: Celadon. HEX triplet: AA, EB and AA. RGB value is (170,235,170). Sum of RGB (Red+Green+Blue) = 170+235+170=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBAA is #551455. Grayscale: #D0D0D0. Windows color (decimal): -5575766 or 11201450. OLE color: 11201450.

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

Color convert

RGB 170 235 170 -
CMYK 0.28 0 0.28 0.08
HSL 120º 0.62% 0.79% -
HSV(B) 120º 0.28% 0.92% -
XYZ 53.54 70.86 48.89 -
YUV 208.16 106.47 100.79 -
System Red Green Blue C M Y K H S L
Decimal 170 235 170 0.28 0 0.28 0.08 120 0.62 0.79
Hex AA EB AA 1C 0 1C 8 78 3E 4F
Octal 252 353 252 34 0 34 10 170 76 117
Binary 10101010 11101011 10101010 11100 0 11100 1000 1111000 111110 1001111

Color Harmonies of #AAEBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBAA

Black with #AAEBAA

Text Example


Text Example

White with #AAEBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBAA; }

 p { color: rgb(170,235,170); }

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

background-color css

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

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

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

border-color css

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

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

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