#A5DAAC

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

Shades of Celadon #A5DAAC

Tints of Celadon #A5DAAC

Color information

#A5DAAC (or 0xA5DAAC) is unknown color: approx Celadon. HEX triplet: A5, DA and AC. RGB value is (165,218,172). Sum of RGB (Red+Green+Blue) = 165+218+172=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DAAC is #5A2553. Grayscale: #C5C5C5. Windows color (decimal): -5907796 or 11328165. OLE color: 11328165.

HSL color Cylindrical-coordinate representation of color #A5DAAC: hue angle of 127.92º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5DAAC is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB165218172-
CMYK0.2400.210.15
HSL127.92º41.73%75.1%-
HSV(B)127.92º24.31%85.49%-
XYZ48.0361.1248.3-
YUV196.91113.94105.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.73%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=29.73%
G=39.28%
B=30.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652181720.2400.210.15127.9241.7375.1
HexA5DAAC18015F802a4b
Octal245332254300251720052113
Binary101001011101101010101100110000101011111100000001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DAAC; }

 p { color: rgb(165,218,172); }

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

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

 a { background-color: rgb(165,218,172); }

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

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

 span { border-color: rgb(165,218,172); }

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