#AEF3B4

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

Shades of Celadon #AEF3B4

Tints of Celadon #AEF3B4

Color information

#AEF3B4 (or 0xAEF3B4) is unknown color: approx Celadon. HEX triplet: AE, F3 and B4. RGB value is (174,243,180). Sum of RGB (Red+Green+Blue) = 174+243+180=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF3B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF3B4 is #510C4B. Grayscale: #D7D7D7. Windows color (decimal): -5311564 or 11858862. OLE color: 11858862.

HSL color Cylindrical-coordinate representation of color #AEF3B4: hue angle of 125.22º degrees, saturation: 0.74, 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 #AEF3B4 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB174243180-
CMYK0.2800.260.05
HSL125.22º74.19%81.76%-
HSV(B)125.22º28.4%95.29%-
XYZ57.7476.454.88-
YUV215.19108.1498.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.15%
GREEN value IS 243 (95.31% from 255) = 40.70%
BLUE value IS 180 (70.70% from 255) = 30.15%
R=29.15%
G=40.70%
B=30.15%

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
Decimal1742431800.2800.260.05125.2274.1981.76
HexAEF3B41C01A57d4a52
Octal256363264340325175112122
Binary10101110111100111011010011100011010101111110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF3B4; }

 p { color: rgb(174,243,180); }

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

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

 a { background-color: rgb(174,243,180); }

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

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

 span { border-color: rgb(174,243,180); }

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