#AEEFB2

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

Shades of Celadon #AEEFB2

Tints of Celadon #AEEFB2

Color information

#AEEFB2 (or 0xAEEFB2) is unknown color: approx Celadon. HEX triplet: AE, EF and B2. RGB value is (174,239,178). Sum of RGB (Red+Green+Blue) = 174+239+178=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEFB2 is #51104D. Grayscale: #D4D4D4. Windows color (decimal): -5312590 or 11726766. OLE color: 11726766.

HSL color Cylindrical-coordinate representation of color #AEEFB2: hue angle of 123.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFB2 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB174239178-
CMYK0.2700.260.06
HSL123.69º67.01%80.98%-
HSV(B)123.69º27.2%93.73%-
XYZ56.3673.9553.42-
YUV212.61108.47100.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 239 (93.75% from 255) = 40.44%
BLUE value IS 178 (69.92% from 255) = 30.12%
R=29.44%
G=40.44%
B=30.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742391780.2700.260.06123.6967.0180.98
HexAEEFB21B01A67c4351
Octal256357262330326174103121
Binary10101110111011111011001011011011010110111110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFB2; }

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

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

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

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

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

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

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

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