#AEFCB1

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

Shades of Celadon #AEFCB1

Tints of Celadon #AEFCB1

Color information

#AEFCB1 (or 0xAEFCB1) is unknown color: approx Celadon. HEX triplet: AE, FC and B1. RGB value is (174,252,177). Sum of RGB (Red+Green+Blue) = 174+252+177=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFCB1 is #51034E. Grayscale: #DCDCDC. Windows color (decimal): -5309263 or 11664558. OLE color: 11664558.

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

Color convert

RGB174252177-
CMYK0.3100.300.01
HSL122.31º92.86%83.53%-
HSV(B)122.31º30.95%98.82%-
XYZ60.281.7954.21-
YUV220.13103.6695.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 252 (98.83% from 255) = 41.79%
BLUE value IS 177 (69.53% from 255) = 29.35%
R=28.86%
G=41.79%
B=29.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742521770.3100.300.01122.3192.8683.53
HexAEFCB11F01E17a5d54
Octal256374261370361172135124
Binary101011101111110010110001111110111101111101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFCB1; }

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

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

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

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

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

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

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

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