#AEFBB4

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

Shades of Celadon #AEFBB4

Tints of Celadon #AEFBB4

Color information

#AEFBB4 (or 0xAEFBB4) is unknown color: approx Celadon. HEX triplet: AE, FB and B4. RGB value is (174,251,180). Sum of RGB (Red+Green+Blue) = 174+251+180=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFBB4 is #51044B. Grayscale: #DCDCDC. Windows color (decimal): -5309516 or 11860910. OLE color: 11860910.

HSL color Cylindrical-coordinate representation of color #AEFBB4: hue angle of 124.68º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFBB4 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB174251180-
CMYK0.3100.280.02
HSL124.68º90.59%83.33%-
HSV(B)124.68º30.68%98.43%-
XYZ60.1981.2955.7-
YUV219.88105.4995.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 251 (98.44% from 255) = 41.49%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=28.76%
G=41.49%
B=29.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742511800.3100.280.02124.6890.5983.33
HexAEFBB41F01C27d5b53
Octal256373264370342175133123
Binary1010111011111011101101001111101110010111110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFBB4; }

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

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

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

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

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

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

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

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