#ACF2B5

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

Shades of Celadon #ACF2B5

Tints of Celadon #ACF2B5

Color information

#ACF2B5 (or 0xACF2B5) is unknown color: approx Celadon. HEX triplet: AC, F2 and B5. RGB value is (172,242,181). Sum of RGB (Red+Green+Blue) = 172+242+181=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2B5 is #530D4A. Grayscale: #D6D6D6. Windows color (decimal): -5442891 or 11924140. OLE color: 11924140.

HSL color Cylindrical-coordinate representation of color #ACF2B5: hue angle of 127.71º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2B5 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB172242181-
CMYK0.2900.250.05
HSL127.71º72.92%81.18%-
HSV(B)127.71º28.93%94.9%-
XYZ57.1175.6155.3-
YUV214.12109.3197.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 181 (71.09% from 255) = 30.42%
R=28.91%
G=40.67%
B=30.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722421810.2900.250.05127.7172.9281.18
HexACF2B51D0195804951
Octal254362265350315200111121
Binary101011001111001010110101111010110011011000000010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF2B5; }

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

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

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

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

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

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

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

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