#ACFBAF

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

Shades of Celadon #ACFBAF

Tints of Celadon #ACFBAF

Color information

#ACFBAF (or 0xACFBAF) is unknown color: approx Celadon. HEX triplet: AC, FB and AF. RGB value is (172,251,175). Sum of RGB (Red+Green+Blue) = 172+251+175=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFBAF is #530450. Grayscale: #DADADA. Windows color (decimal): -5440593 or 11533228. OLE color: 11533228.

HSL color Cylindrical-coordinate representation of color #ACFBAF: hue angle of 122.28º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFBAF is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB172251175-
CMYK0.3100.300.02
HSL122.28º90.8%82.94%-
HSV(B)122.28º31.47%98.43%-
XYZ59.2580.8653.04-
YUV218.71103.3394.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 251 (98.44% from 255) = 41.97%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=28.76%
G=41.97%
B=29.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511750.3100.300.02122.2890.882.94
HexACFBAF1F01E27a5b53
Octal254373257370362172133123
Binary1010110011111011101011111111101111010111101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBAF; }

 p { color: rgb(172,251,175); }

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

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

 a { background-color: rgb(172,251,175); }

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

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

 span { border-color: rgb(172,251,175); }

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