#AEECB4

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

Shades of Celadon #AEECB4

Tints of Celadon #AEECB4

Color information

#AEECB4 (or 0xAEECB4) is unknown color: approx Celadon. HEX triplet: AE, EC and B4. RGB value is (174,236,180). Sum of RGB (Red+Green+Blue) = 174+236+180=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECB4 is #51134B. Grayscale: #D3D3D3. Windows color (decimal): -5313356 or 11857070. OLE color: 11857070.

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

Color convert

RGB174236180-
CMYK0.2600.240.07
HSL125.81º62%80.39%-
HSV(B)125.81º26.27%92.55%-
XYZ55.6972.2854.2-
YUV211.08110.46101.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 236 (92.58% from 255) = 40%
BLUE value IS 180 (70.70% from 255) = 30.51%
R=29.49%
G=40%
B=30.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742361800.2600.240.07125.816280.39
HexAEECB41A01877e3e50
Octal25635426432030717676120
Binary1010111011101100101101001101001100011111111101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEECB4; }

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

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

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

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

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

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

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

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