#ACEFB5

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

Shades of Celadon #ACEFB5

Tints of Celadon #ACEFB5

Color information

#ACEFB5 (or 0xACEFB5) is unknown color: approx Celadon. HEX triplet: AC, EF and B5. RGB value is (172,239,181). Sum of RGB (Red+Green+Blue) = 172+239+181=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFB5 is #53104A. Grayscale: #D4D4D4. Windows color (decimal): -5443659 or 11923372. OLE color: 11923372.

HSL color Cylindrical-coordinate representation of color #ACEFB5: hue angle of 128.06º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFB5 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB172239181-
CMYK0.2800.240.06
HSL128.06º67.68%80.59%-
HSV(B)128.06º28.03%93.73%-
XYZ56.2273.8455.01-
YUV212.35110.399.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 239 (93.75% from 255) = 40.37%
BLUE value IS 181 (71.09% from 255) = 30.57%
R=29.05%
G=40.37%
B=30.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722391810.2800.240.06128.0667.6880.59
HexACEFB51C0186804451
Octal254357265340306200104121
Binary101011001110111110110101111000110001101000000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFB5; }

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

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

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

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

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

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

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

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