#ACEFB1

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

Shades of Celadon #ACEFB1

Tints of Celadon #ACEFB1

Color information

#ACEFB1 (or 0xACEFB1) is unknown color: approx Celadon. HEX triplet: AC, EF and B1. RGB value is (172,239,177). Sum of RGB (Red+Green+Blue) = 172+239+177=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEFB1 is #53104E. Grayscale: #D4D4D4. Windows color (decimal): -5443663 or 11661228. OLE color: 11661228.

HSL color Cylindrical-coordinate representation of color #ACEFB1: hue angle of 124.48º 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 #ACEFB1 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB172239177-
CMYK0.2800.260.06
HSL124.48º67.68%80.59%-
HSV(B)124.48º28.03%93.73%-
XYZ55.8273.6852.87-
YUV211.9108.399.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 239 (93.75% from 255) = 40.65%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=29.25%
G=40.65%
B=30.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722391770.2800.260.06124.4867.6880.59
HexACEFB11C01A67c4451
Octal254357261340326174104121
Binary10101100111011111011000111100011010110111110010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFB1; }

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

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

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

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

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

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

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

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