#ACDFB1

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

Shades of Celadon #ACDFB1

Tints of Celadon #ACDFB1

Color information

#ACDFB1 (or 0xACDFB1) is unknown color: approx Celadon. HEX triplet: AC, DF and B1. RGB value is (172,223,177). Sum of RGB (Red+Green+Blue) = 172+223+177=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDFB1 is #53204E. Grayscale: #CACACA. Windows color (decimal): -5447759 or 11657132. OLE color: 11657132.

HSL color Cylindrical-coordinate representation of color #ACDFB1: hue angle of 125.88º 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 #ACDFB1 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB172223177-
CMYK0.2300.210.13
HSL125.88º44.35%77.45%-
HSV(B)125.88º22.87%87.45%-
XYZ51.3464.7251.38-
YUV202.51113.6106.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 223 (87.5% from 255) = 38.99%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=30.07%
G=38.99%
B=30.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231770.2300.210.13125.8844.3577.45
HexACDFB117015D7e2c4d
Octal254337261270251517654115
Binary10101100110111111011000110111010101110111111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFB1; }

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

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

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

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

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

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

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

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