#ACFCB2

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

Shades of Celadon #ACFCB2

Tints of Celadon #ACFCB2

Color information

#ACFCB2 (or 0xACFCB2) is unknown color: approx Celadon. HEX triplet: AC, FC and B2. RGB value is (172,252,178). Sum of RGB (Red+Green+Blue) = 172+252+178=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFCB2 is #53034D. Grayscale: #DBDBDB. Windows color (decimal): -5440334 or 11730092. OLE color: 11730092.

HSL color Cylindrical-coordinate representation of color #ACFCB2: hue angle of 124.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCB2 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB172252178-
CMYK0.3200.290.01
HSL124.5º93.02%83.14%-
HSV(B)124.5º31.75%98.82%-
XYZ59.8681.6154.72-
YUV219.64104.594.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.57%
GREEN value IS 252 (98.83% from 255) = 41.86%
BLUE value IS 178 (69.92% from 255) = 29.57%
R=28.57%
G=41.86%
B=29.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521780.3200.290.01124.593.0283.14
HexACFCB22001D17c5d53
Octal254374262400351174135123
Binary1010110011111100101100101000000111011111110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCB2; }

 p { color: rgb(172,252,178); }

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

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

 a { background-color: rgb(172,252,178); }

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

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

 span { border-color: rgb(172,252,178); }

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