#AEFFB6

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

Shades of Celadon #AEFFB6

Tints of Celadon #AEFFB6

Color information

#AEFFB6 (or 0xAEFFB6) is unknown color: approx Celadon. HEX triplet: AE, FF and B6. RGB value is (174,255,182). Sum of RGB (Red+Green+Blue) = 174+255+182=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFB6 is #510049. Grayscale: #DEDEDE. Windows color (decimal): -5308490 or 11993006. OLE color: 11993006.

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

Color convert

RGB174255182-
CMYK0.3200.290
HSL125.93º100%84.12%-
HSV(B)125.93º31.76%100%-
XYZ61.6683.957.2-
YUV222.46105.1693.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.48%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 182 (71.48% from 255) = 29.79%
R=28.48%
G=41.73%
B=29.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742551820.3200.290125.9310084.12
HexAEFFB62001D07e6454
Octal256377266400350176144124
Binary1010111011111111101101101000000111010111111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFB6; }

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

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

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

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

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

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

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

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