#ACFCB1

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

Shades of Celadon #ACFCB1

Tints of Celadon #ACFCB1

Color information

#ACFCB1 (or 0xACFCB1) is unknown color: approx Celadon. HEX triplet: AC, FC and B1. RGB value is (172,252,177). Sum of RGB (Red+Green+Blue) = 172+252+177=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFCB1 is #53034E. Grayscale: #DBDBDB. Windows color (decimal): -5440335 or 11664556. OLE color: 11664556.

HSL color Cylindrical-coordinate representation of color #ACFCB1: hue angle of 123.75º 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 #ACFCB1 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB172252177-
CMYK0.3200.300.01
HSL123.75º93.02%83.14%-
HSV(B)123.75º31.75%98.82%-
XYZ59.7681.5754.19-
YUV219.5310494.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 252 (98.83% from 255) = 41.93%
BLUE value IS 177 (69.53% from 255) = 29.45%
R=28.62%
G=41.93%
B=29.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521770.3200.300.01123.7593.0283.14
HexACFCB12001E17c5d53
Octal254374261400361174135123
Binary1010110011111100101100011000000111101111110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCB1; }

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

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

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

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

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

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

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

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