#ACF8B3

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

Shades of Celadon #ACF8B3

Tints of Celadon #ACF8B3

Color information

#ACF8B3 (or 0xACF8B3) is unknown color: approx Celadon. HEX triplet: AC, F8 and B3. RGB value is (172,248,179). Sum of RGB (Red+Green+Blue) = 172+248+179=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8B3 is #53074C. Grayscale: #D9D9D9. Windows color (decimal): -5441357 or 11794604. OLE color: 11794604.

HSL color Cylindrical-coordinate representation of color #ACF8B3: hue angle of 125.53º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8B3 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB172248179-
CMYK0.3100.280.03
HSL125.53º84.44%82.35%-
HSV(B)125.53º30.65%97.25%-
XYZ58.7279.1654.83-
YUV217.41106.3295.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.71%
GREEN value IS 248 (97.27% from 255) = 41.40%
BLUE value IS 179 (70.31% from 255) = 29.88%
R=28.71%
G=41.40%
B=29.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481790.3100.280.03125.5384.4482.35
HexACF8B31F01C37e5452
Octal254370263370343176124122
Binary1010110011111000101100111111101110011111111010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8B3; }

 p { color: rgb(172,248,179); }

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

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

 a { background-color: rgb(172,248,179); }

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

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

 span { border-color: rgb(172,248,179); }

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