#ACEFAB

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

Shades of Celadon #ACEFAB

Tints of Celadon #ACEFAB

Color information

#ACEFAB (or 0xACEFAB) is unknown color: approx Celadon. HEX triplet: AC, EF and AB. RGB value is (172,239,171). Sum of RGB (Red+Green+Blue) = 172+239+171=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEFAB is #531054. Grayscale: #D3D3D3. Windows color (decimal): -5443669 or 11268012. OLE color: 11268012.

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

Color convert

RGB172239171-
CMYK0.2800.280.06
HSL119.12º68%80.39%-
HSV(B)119.12º28.45%93.73%-
XYZ55.2373.4449.79-
YUV211.21105.3100.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 239 (93.75% from 255) = 41.07%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=29.55%
G=41.07%
B=29.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722391710.2800.280.06119.126880.39
HexACEFAB1C01C6774450
Octal254357253340346167104120
Binary10101100111011111010101111100011100110111011110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFAB; }

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

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

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

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

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

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

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

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