#A5DEB0

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

Shades of Celadon #A5DEB0

Tints of Celadon #A5DEB0

Color information

#A5DEB0 (or 0xA5DEB0) is unknown color: approx Celadon. HEX triplet: A5, DE and B0. RGB value is (165,222,176). Sum of RGB (Red+Green+Blue) = 165+222+176=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DEB0 is #5A214F. Grayscale: #C7C7C7. Windows color (decimal): -5906768 or 11591333. OLE color: 11591333.

HSL color Cylindrical-coordinate representation of color #A5DEB0: hue angle of 131.58º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DEB0 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB165222176-
CMYK0.2600.210.13
HSL131.58º46.34%75.88%-
HSV(B)131.58º25.68%87.06%-
XYZ49.4763.3850.7-
YUV199.71114.62103.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.31%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=29.31%
G=39.43%
B=31.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652221760.2600.210.13131.5846.3475.88
HexA5DEB01A015D842e4c
Octal245336260320251520456114
Binary101001011101111010110000110100101011101100001001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DEB0; }

 p { color: rgb(165,222,176); }

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

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

 a { background-color: rgb(165,222,176); }

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

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

 span { border-color: rgb(165,222,176); }

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