#AEE1B1

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

Shades of Celadon #AEE1B1

Tints of Celadon #AEE1B1

Color information

#AEE1B1 (or 0xAEE1B1) is unknown color: approx Celadon. HEX triplet: AE, E1 and B1. RGB value is (174,225,177). Sum of RGB (Red+Green+Blue) = 174+225+177=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE1B1 is #511E4E. Grayscale: #CCCCCC. Windows color (decimal): -5316175 or 11657646. OLE color: 11657646.

HSL color Cylindrical-coordinate representation of color #AEE1B1: hue angle of 123.53º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE1B1 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB174225177-
CMYK0.2300.210.12
HSL123.53º45.95%78.24%-
HSV(B)123.53º22.67%88.24%-
XYZ52.3266.0251.58-
YUV204.28112.6106.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 225 (88.28% from 255) = 39.06%
BLUE value IS 177 (69.53% from 255) = 30.73%
R=30.21%
G=39.06%
B=30.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742251770.2300.210.12123.5345.9578.24
HexAEE1B117015C7c2e4e
Octal256341261270251417456116
Binary10101110111000011011000110111010101110011111001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1B1; }

 p { color: rgb(174,225,177); }

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

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

 a { background-color: rgb(174,225,177); }

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

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

 span { border-color: rgb(174,225,177); }

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