#A7DAAC

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

Shades of Celadon #A7DAAC

Tints of Celadon #A7DAAC

Color information

#A7DAAC (or 0xA7DAAC) is unknown color: approx Celadon. HEX triplet: A7, DA and AC. RGB value is (167,218,172). Sum of RGB (Red+Green+Blue) = 167+218+172=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DAAC is #582553. Grayscale: #C5C5C5. Windows color (decimal): -5776724 or 11328167. OLE color: 11328167.

HSL color Cylindrical-coordinate representation of color #A7DAAC: hue angle of 125.88º 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 #A7DAAC is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB167218172-
CMYK0.2300.210.15
HSL125.88º40.8%75.49%-
HSV(B)125.88º23.39%85.49%-
XYZ48.4561.3448.32-
YUV197.51113.6106.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.98%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=29.98%
G=39.14%
B=30.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672181720.2300.210.15125.8840.875.49
HexA7DAAC17015F7e294b
Octal247332254270251717651113
Binary10100111110110101010110010111010101111111111101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DAAC; }

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

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

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

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

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

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

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

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