#ACFAB5

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

Shades of Celadon #ACFAB5

Tints of Celadon #ACFAB5

Color information

#ACFAB5 (or 0xACFAB5) is unknown color: approx Celadon. HEX triplet: AC, FA and B5. RGB value is (172,250,181). Sum of RGB (Red+Green+Blue) = 172+250+181=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAB5 is #53054A. Grayscale: #DBDBDB. Windows color (decimal): -5440843 or 11926188. OLE color: 11926188.

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

Color convert

RGB172250181-
CMYK0.3100.280.02
HSL126.92º88.64%82.75%-
HSV(B)126.92º31.2%98.04%-
XYZ59.5480.4856.11-
YUV218.81106.6694.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 250 (98.05% from 255) = 41.46%
BLUE value IS 181 (71.09% from 255) = 30.02%
R=28.52%
G=41.46%
B=30.02%

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
Decimal1722501810.3100.280.02126.9288.6482.75
HexACFAB51F01C27f5953
Octal254372265370342177131123
Binary1010110011111010101101011111101110010111111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAB5; }

 p { color: rgb(172,250,181); }

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

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

 a { background-color: rgb(172,250,181); }

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

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

 span { border-color: rgb(172,250,181); }

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