#A5E1B3

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

Shades of Celadon #A5E1B3

Tints of Celadon #A5E1B3

Color information

#A5E1B3 (or 0xA5E1B3) is unknown color: approx Celadon. HEX triplet: A5, E1 and B3. RGB value is (165,225,179). Sum of RGB (Red+Green+Blue) = 165+225+179=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E1B3 is #5A1E4C. Grayscale: #C9C9C9. Windows color (decimal): -5905997 or 11788709. OLE color: 11788709.

HSL color Cylindrical-coordinate representation of color #A5E1B3: hue angle of 134º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E1B3 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB165225179-
CMYK0.2700.200.12
HSL134º50%76.47%-
HSV(B)134º26.67%88.24%-
XYZ50.5865.152.55-
YUV201.82115.12101.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.00%
GREEN value IS 225 (88.28% from 255) = 39.54%
BLUE value IS 179 (70.31% from 255) = 31.46%
R=29.00%
G=39.54%
B=31.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652251790.2700.200.121345076.47
HexA5E1B31B014C86324c
Octal245341263330241420662114
Binary101001011110000110110011110110101001100100001101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E1B3; }

 p { color: rgb(165,225,179); }

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

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

 a { background-color: rgb(165,225,179); }

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

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

 span { border-color: rgb(165,225,179); }

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