#ACFAB6

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

Shades of Celadon #ACFAB6

Tints of Celadon #ACFAB6

Color information

#ACFAB6 (or 0xACFAB6) is unknown color: approx Celadon. HEX triplet: AC, FA and B6. RGB value is (172,250,182). Sum of RGB (Red+Green+Blue) = 172+250+182=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAB6 is #530549. Grayscale: #DBDBDB. Windows color (decimal): -5440842 or 11991724. OLE color: 11991724.

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

Color convert

RGB172250182-
CMYK0.3100.270.02
HSL127.69º88.64%82.75%-
HSV(B)127.69º31.2%98.04%-
XYZ59.6480.5256.65-
YUV218.93107.1694.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 250 (98.05% from 255) = 41.39%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=28.48%
G=41.39%
B=30.13%

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
Decimal1722501820.3100.270.02127.6988.6482.75
HexACFAB61F01B2805953
Octal254372266370332200131123
Binary10101100111110101011011011111011011101000000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAB6; }

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

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

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

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

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

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

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

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