#ACFCB5

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

Shades of Celadon #ACFCB5

Tints of Celadon #ACFCB5

Color information

#ACFCB5 (or 0xACFCB5) is unknown color: approx Celadon. HEX triplet: AC, FC and B5. RGB value is (172,252,181). Sum of RGB (Red+Green+Blue) = 172+252+181=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCB5 is #53034A. Grayscale: #DCDCDC. Windows color (decimal): -5440331 or 11926700. OLE color: 11926700.

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

Color convert

RGB172252181-
CMYK0.3200.280.01
HSL126.75º93.02%83.14%-
HSV(B)126.75º31.75%98.82%-
XYZ60.1681.7356.32-
YUV219.9910693.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 252 (98.83% from 255) = 41.65%
BLUE value IS 181 (71.09% from 255) = 29.92%
R=28.43%
G=41.65%
B=29.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521810.3200.280.01126.7593.0283.14
HexACFCB52001C17f5d53
Octal254374265400341177135123
Binary1010110011111100101101011000000111001111111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCB5; }

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

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

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

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

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

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

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

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