#ACF9B6

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

Shades of Celadon #ACF9B6

Tints of Celadon #ACF9B6

Color information

#ACF9B6 (or 0xACF9B6) is unknown color: approx Celadon. HEX triplet: AC, F9 and B6. RGB value is (172,249,182). Sum of RGB (Red+Green+Blue) = 172+249+182=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9B6 is #530649. Grayscale: #DADADA. Windows color (decimal): -5441098 or 11991468. OLE color: 11991468.

HSL color Cylindrical-coordinate representation of color #ACF9B6: hue angle of 127.79º degrees, saturation: 0.87, 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 #ACF9B6 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB172249182-
CMYK0.3100.270.02
HSL127.79º86.52%82.55%-
HSV(B)127.79º30.92%97.65%-
XYZ59.3379.956.55-
YUV218.34107.4994.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 249 (97.66% from 255) = 41.29%
BLUE value IS 182 (71.48% from 255) = 30.18%
R=28.52%
G=41.29%
B=30.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722491820.3100.270.02127.7986.5282.55
HexACF9B61F01B2805753
Octal254371266370332200127123
Binary10101100111110011011011011111011011101000000010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9B6; }

 p { color: rgb(172,249,182); }

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

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

 a { background-color: rgb(172,249,182); }

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

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

 span { border-color: rgb(172,249,182); }

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