#AEF5B2

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

Shades of Celadon #AEF5B2

Tints of Celadon #AEF5B2

Color information

#AEF5B2 (or 0xAEF5B2) is unknown color: approx Celadon. HEX triplet: AE, F5 and B2. RGB value is (174,245,178). Sum of RGB (Red+Green+Blue) = 174+245+178=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF5B2 is #510A4D. Grayscale: #D8D8D8. Windows color (decimal): -5311054 or 11728302. OLE color: 11728302.

HSL color Cylindrical-coordinate representation of color #AEF5B2: hue angle of 123.38º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF5B2 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB174245178-
CMYK0.2900.270.04
HSL123.38º78.02%82.16%-
HSV(B)123.38º28.98%96.08%-
XYZ58.1477.5254.02-
YUV216.13106.4897.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.15%
GREEN value IS 245 (96.09% from 255) = 41.04%
BLUE value IS 178 (69.92% from 255) = 29.82%
R=29.15%
G=41.04%
B=29.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742451780.2900.270.04123.3878.0282.16
HexAEF5B21D01B47b4e52
Octal256365262350334173116122
Binary10101110111101011011001011101011011100111101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF5B2; }

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

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

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

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

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

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

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

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