#AEFCB4

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

Shades of Celadon #AEFCB4

Tints of Celadon #AEFCB4

Color information

#AEFCB4 (or 0xAEFCB4) is unknown color: approx Celadon. HEX triplet: AE, FC and B4. RGB value is (174,252,180). Sum of RGB (Red+Green+Blue) = 174+252+180=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFCB4 is #51034B. Grayscale: #DCDCDC. Windows color (decimal): -5309260 or 11861166. OLE color: 11861166.

HSL color Cylindrical-coordinate representation of color #AEFCB4: hue angle of 124.62º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFCB4 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB174252180-
CMYK0.3100.290.01
HSL124.62º92.86%83.53%-
HSV(B)124.62º30.95%98.82%-
XYZ60.581.9155.8-
YUV220.47105.1694.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 252 (98.83% from 255) = 41.58%
BLUE value IS 180 (70.70% from 255) = 29.70%
R=28.71%
G=41.58%
B=29.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742521800.3100.290.01124.6292.8683.53
HexAEFCB41F01D17d5d54
Octal256374264370351175135124
Binary101011101111110010110100111110111011111110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFCB4; }

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

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

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

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

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

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

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

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