#AEFBB6

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

Shades of Celadon #AEFBB6

Tints of Celadon #AEFBB6

Color information

#AEFBB6 (or 0xAEFBB6) is unknown color: approx Celadon. HEX triplet: AE, FB and B6. RGB value is (174,251,182). Sum of RGB (Red+Green+Blue) = 174+251+182=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFBB6 is #510449. Grayscale: #DCDCDC. Windows color (decimal): -5309514 or 11991982. OLE color: 11991982.

HSL color Cylindrical-coordinate representation of color #AEFBB6: hue angle of 126.23º 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 #AEFBB6 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB174251182-
CMYK0.3100.270.02
HSL126.23º90.59%83.33%-
HSV(B)126.23º30.68%98.43%-
XYZ60.481.3756.78-
YUV220.11106.4995.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=28.67%
G=41.35%
B=29.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742511820.3100.270.02126.2390.5983.33
HexAEFBB61F01B27e5b53
Octal256373266370332176133123
Binary1010111011111011101101101111101101110111111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFBB6; }

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

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

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

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

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

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

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

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