Html Css Color HEX #AAECAA Celadon

📋 copy color: '#AAECAA'

red 170 ◦ green 236 ◦ blue 170

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

Shades of Celadon #AAECAA

Tints of Celadon #AAECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.97%

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

R = 29.51%
G = 40.97%
B = 29.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#AAECAA (or 0xAAECAA) is known color: Celadon. HEX triplet: AA, EC and AA. RGB value is (170,236,170). Sum of RGB (Red+Green+Blue) = 170+236+170=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAECAA is #551355. Grayscale: #D0D0D0. Windows color (decimal): -5575510 or 11201706. OLE color: 11201706.

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

Color convert

RGB 170 236 170 -
CMYK 0.28 0 0.28 0.07
HSL 120º 0.63% 0.8% -
HSV(B) 120º 0.28% 0.93% -
XYZ 53.83 71.44 48.98 -
YUV 208.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 170 236 170 0.28 0 0.28 0.07 120 0.63 0.8
Hex AA EC AA 1C 0 1C 7 78 3F 50
Octal 252 354 252 34 0 34 7 170 77 120
Binary 10101010 11101100 10101010 11100 0 11100 111 1111000 111111 1010000

Color Harmonies of #AAECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECAA

Black with #AAECAA

Text Example


Text Example

White with #AAECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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