#A9EBB1

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

Shades of Celadon #A9EBB1

Tints of Celadon #A9EBB1

Color information

#A9EBB1 (or 0xA9EBB1) is unknown color: approx Celadon. HEX triplet: A9, EB and B1. RGB value is (169,235,177). Sum of RGB (Red+Green+Blue) = 169+235+177=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EBB1 is #56144E. Grayscale: #D0D0D0. Windows color (decimal): -5641295 or 11660201. OLE color: 11660201.

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

Color convert

RGB169235177-
CMYK0.2800.250.08
HSL127.27º62.26%79.22%-
HSV(B)127.27º28.09%92.16%-
XYZ54.0171.0352.46-
YUV208.65110.1399.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.09%
GREEN value IS 235 (92.19% from 255) = 40.45%
BLUE value IS 177 (69.53% from 255) = 30.46%
R=29.09%
G=40.45%
B=30.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692351770.2800.250.08127.2762.2679.22
HexA9EBB11C01987f3e4f
Octal251353261340311017776117
Binary10101001111010111011000111100011001100011111111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EBB1; }

 p { color: rgb(169,235,177); }

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

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

 a { background-color: rgb(169,235,177); }

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

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

 span { border-color: rgb(169,235,177); }

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