#A4ECAB

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

Shades of Celadon #A4ECAB

Tints of Celadon #A4ECAB

Color information

#A4ECAB (or 0xA4ECAB) is unknown color: approx Celadon. HEX triplet: A4, EC and AB. RGB value is (164,236,171). Sum of RGB (Red+Green+Blue) = 164+236+171=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4ECAB is #5B1354. Grayscale: #CFCFCF. Windows color (decimal): -5968725 or 11267236. OLE color: 11267236.

HSL color Cylindrical-coordinate representation of color #A4ECAB: hue angle of 125.83º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECAB is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB164236171-
CMYK0.3100.280.07
HSL125.83º65.45%78.43%-
HSV(B)125.83º30.51%92.55%-
XYZ52.6670.8249.42-
YUV207.06107.6597.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.72%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=28.72%
G=41.33%
B=29.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642361710.3100.280.07125.8365.4578.43
HexA4ECAB1F01C77e414e
Octal244354253370347176101116
Binary10100100111011001010101111111011100111111111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECAB; }

 p { color: rgb(164,236,171); }

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

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

 a { background-color: rgb(164,236,171); }

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

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

 span { border-color: rgb(164,236,171); }

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