#ACFCB0

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

Shades of Celadon #ACFCB0

Tints of Celadon #ACFCB0

Color information

#ACFCB0 (or 0xACFCB0) is unknown color: approx Celadon. HEX triplet: AC, FC and B0. RGB value is (172,252,176). Sum of RGB (Red+Green+Blue) = 172+252+176=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFCB0 is #53034F. Grayscale: #DBDBDB. Windows color (decimal): -5440336 or 11599020. OLE color: 11599020.

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

Color convert

RGB172252176-
CMYK0.3200.300.01
HSL123º93.02%83.14%-
HSV(B)123º31.75%98.82%-
XYZ59.6681.5353.67-
YUV219.42103.594.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 252 (98.83% from 255) = 42%
BLUE value IS 176 (69.14% from 255) = 29.33%
R=28.67%
G=42%
B=29.33%

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
Decimal1722521760.3200.300.0112393.0283.14
HexACFCB02001E17b5d53
Octal254374260400361173135123
Binary1010110011111100101100001000000111101111101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCB0; }

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

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

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

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

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

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

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

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