#AEFCAF

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

Shades of Celadon #AEFCAF

Tints of Celadon #AEFCAF

Color information

#AEFCAF (or 0xAEFCAF) is unknown color: approx Celadon. HEX triplet: AE, FC and AF. RGB value is (174,252,175). Sum of RGB (Red+Green+Blue) = 174+252+175=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFCAF is #510350. Grayscale: #DCDCDC. Windows color (decimal): -5309265 or 11533486. OLE color: 11533486.

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

Color convert

RGB174252175-
CMYK0.3100.310.01
HSL120.77º92.86%83.53%-
HSV(B)120.77º30.95%98.82%-
XYZ6081.7153.17-
YUV219.9102.6695.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 252 (98.83% from 255) = 41.93%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=28.95%
G=41.93%
B=29.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742521750.3100.310.01120.7792.8683.53
HexAEFCAF1F01F1795d54
Octal256374257370371171135124
Binary101011101111110010101111111110111111111100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFCAF; }

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

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

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

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

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

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

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

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