#AEF2B2

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

Shades of Celadon #AEF2B2

Tints of Celadon #AEF2B2

Color information

#AEF2B2 (or 0xAEF2B2) is unknown color: approx Celadon. HEX triplet: AE, F2 and B2. RGB value is (174,242,178). Sum of RGB (Red+Green+Blue) = 174+242+178=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF2B2 is #510D4D. Grayscale: #D6D6D6. Windows color (decimal): -5311822 or 11727534. OLE color: 11727534.

HSL color Cylindrical-coordinate representation of color #AEF2B2: hue angle of 123.53º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2B2 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB174242178-
CMYK0.2800.260.05
HSL123.53º72.34%81.57%-
HSV(B)123.53º28.1%94.9%-
XYZ57.2475.7253.72-
YUV214.37107.4799.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.29%
GREEN value IS 242 (94.92% from 255) = 40.74%
BLUE value IS 178 (69.92% from 255) = 29.97%
R=29.29%
G=40.74%
B=29.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742421780.2800.260.05123.5372.3481.57
HexAEF2B21C01A57c4852
Octal256362262340325174110122
Binary10101110111100101011001011100011010101111110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF2B2; }

 p { color: rgb(174,242,178); }

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

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

 a { background-color: rgb(174,242,178); }

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

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

 span { border-color: rgb(174,242,178); }

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