#AAEEAA

Color #AAEEAA Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #AAEEAA

Tints of Celadon #AAEEAA

Color information

#AAEEAA (or 0xAAEEAA) is unknown color: approx Celadon. HEX triplet: AA, EE and AA. RGB value is (170,238,170). Sum of RGB (Red+Green+Blue) = 170+238+170=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEEAA is #551155. Grayscale: #D2D2D2. Windows color (decimal): -5574998 or 11202218. OLE color: 11202218.

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

Color convert

RGB170238170-
CMYK0.2900.290.07
HSL120º66.67%80%-
HSV(B)120º28.57%93.33%-
XYZ54.4172.649.18-
YUV209.92105.4799.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 238 (93.36% from 255) = 41.18%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=29.41%
G=41.18%
B=29.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702381700.2900.290.0712066.6780
HexAAEEAA1D01D7784350
Octal252356252350357170103120
Binary10101010111011101010101011101011101111111100010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEAA; }

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

 H1.HeaderClassName
 {
   color: #AAEEAA;
 }
 .AnyTagClassName
 {
   color: #AAEEAA;
 }
</style>
background-color css

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

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

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

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

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

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