#A7DAAE

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

Shades of Celadon #A7DAAE

Tints of Celadon #A7DAAE

Color information

#A7DAAE (or 0xA7DAAE) is unknown color: approx Celadon. HEX triplet: A7, DA and AE. RGB value is (167,218,174). Sum of RGB (Red+Green+Blue) = 167+218+174=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DAAE is #582551. Grayscale: #C5C5C5. Windows color (decimal): -5776722 or 11459239. OLE color: 11459239.

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

Color convert

RGB167218174-
CMYK0.2300.200.15
HSL128.24º40.8%75.49%-
HSV(B)128.24º23.39%85.49%-
XYZ48.6561.4149.33-
YUV197.74114.6106.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.87%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=29.87%
G=39.00%
B=31.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672181740.2300.200.15128.2440.875.49
HexA7DAAE17014F80294b
Octal247332256270241720051113
Binary101001111101101010101110101110101001111100000001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DAAE; }

 p { color: rgb(167,218,174); }

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

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

 a { background-color: rgb(167,218,174); }

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

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

 span { border-color: rgb(167,218,174); }

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