#AEF1B2

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

Shades of Celadon #AEF1B2

Tints of Celadon #AEF1B2

Color information

#AEF1B2 (or 0xAEF1B2) is unknown color: approx Celadon. HEX triplet: AE, F1 and B2. RGB value is (174,241,178). Sum of RGB (Red+Green+Blue) = 174+241+178=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF1B2 is #510E4D. Grayscale: #D5D5D5. Windows color (decimal): -5312078 or 11727278. OLE color: 11727278.

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

Color convert

RGB174241178-
CMYK0.2800.260.05
HSL123.58º70.53%81.37%-
HSV(B)123.58º27.8%94.51%-
XYZ56.9575.1253.62-
YUV213.78107.899.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 241 (94.53% from 255) = 40.64%
BLUE value IS 178 (69.92% from 255) = 30.02%
R=29.34%
G=40.64%
B=30.02%

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
Decimal1742411780.2800.260.05123.5870.5381.37
HexAEF1B21C01A57c4751
Octal256361262340325174107121
Binary10101110111100011011001011100011010101111110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF1B2; }

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

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

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

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

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

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

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

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