#A9ECB2

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

Shades of Celadon #A9ECB2

Tints of Celadon #A9ECB2

Color information

#A9ECB2 (or 0xA9ECB2) is unknown color: approx Celadon. HEX triplet: A9, EC and B2. RGB value is (169,236,178). Sum of RGB (Red+Green+Blue) = 169+236+178=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9ECB2 is #56134D. Grayscale: #D1D1D1. Windows color (decimal): -5641038 or 11725993. OLE color: 11725993.

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

Color convert

RGB169236178-
CMYK0.2800.250.07
HSL128.06º63.81%79.41%-
HSV(B)128.06º28.39%92.55%-
XYZ54.3971.6453.08-
YUV209.36110.399.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.99%
GREEN value IS 236 (92.58% from 255) = 40.48%
BLUE value IS 178 (69.92% from 255) = 30.53%
R=28.99%
G=40.48%
B=30.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692361780.2800.250.07128.0663.8179.41
HexA9ECB21C019780404f
Octal251354262340317200100117
Binary101010011110110010110010111000110011111000000010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ECB2; }

 p { color: rgb(169,236,178); }

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

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

 a { background-color: rgb(169,236,178); }

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

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

 span { border-color: rgb(169,236,178); }

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