#ACDFB4

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

Shades of Celadon #ACDFB4

Tints of Celadon #ACDFB4

Color information

#ACDFB4 (or 0xACDFB4) is unknown color: approx Celadon. HEX triplet: AC, DF and B4. RGB value is (172,223,180). Sum of RGB (Red+Green+Blue) = 172+223+180=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFB4 is #53204B. Grayscale: #CACACA. Windows color (decimal): -5447756 or 11853740. OLE color: 11853740.

HSL color Cylindrical-coordinate representation of color #ACDFB4: hue angle of 129.41º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFB4 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB172223180-
CMYK0.2300.190.13
HSL129.41º44.35%77.45%-
HSV(B)129.41º22.87%87.45%-
XYZ51.6464.8452.97-
YUV202.85115.1106-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 223 (87.5% from 255) = 38.78%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=29.91%
G=38.78%
B=31.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231800.2300.190.13129.4144.3577.45
HexACDFB417013D812c4d
Octal254337264270231520154115
Binary101011001101111110110100101110100111101100000011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFB4; }

 p { color: rgb(172,223,180); }

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

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

 a { background-color: rgb(172,223,180); }

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

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

 span { border-color: rgb(172,223,180); }

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