#AEEEB5

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

Shades of Celadon #AEEEB5

Tints of Celadon #AEEEB5

Color information

#AEEEB5 (or 0xAEEEB5) is unknown color: approx Celadon. HEX triplet: AE, EE and B5. RGB value is (174,238,181). Sum of RGB (Red+Green+Blue) = 174+238+181=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEB5 is #51114A. Grayscale: #D4D4D4. Windows color (decimal): -5312843 or 11923118. OLE color: 11923118.

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

Color convert

RGB174238181-
CMYK0.2700.240.07
HSL126.56º65.31%80.78%-
HSV(B)126.56º26.89%93.33%-
XYZ56.3773.4854.93-
YUV212.37110.3100.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 238 (93.36% from 255) = 40.13%
BLUE value IS 181 (71.09% from 255) = 30.52%
R=29.34%
G=40.13%
B=30.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742381810.2700.240.07126.5665.3180.78
HexAEEEB51B01877f4151
Octal256356265330307177101121
Binary10101110111011101011010111011011000111111111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEEB5; }

 p { color: rgb(174,238,181); }

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

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

 a { background-color: rgb(174,238,181); }

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

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

 span { border-color: rgb(174,238,181); }

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