#ACFAB3

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

Shades of Celadon #ACFAB3

Tints of Celadon #ACFAB3

Color information

#ACFAB3 (or 0xACFAB3) is unknown color: approx Celadon. HEX triplet: AC, FA and B3. RGB value is (172,250,179). Sum of RGB (Red+Green+Blue) = 172+250+179=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAB3 is #53054C. Grayscale: #DADADA. Windows color (decimal): -5440845 or 11795116. OLE color: 11795116.

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

Color convert

RGB172250179-
CMYK0.3100.280.02
HSL125.38º88.64%82.75%-
HSV(B)125.38º31.2%98.04%-
XYZ59.3480.455.04-
YUV218.58105.6694.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 179 (70.31% from 255) = 29.78%
R=28.62%
G=41.60%
B=29.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722501790.3100.280.02125.3888.6482.75
HexACFAB31F01C27d5953
Octal254372263370342175131123
Binary1010110011111010101100111111101110010111110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAB3; }

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

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

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

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

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

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

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

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