#A4EAAB

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

Shades of Celadon #A4EAAB

Tints of Celadon #A4EAAB

Color information

#A4EAAB (or 0xA4EAAB) is unknown color: approx Celadon. HEX triplet: A4, EA and AB. RGB value is (164,234,171). Sum of RGB (Red+Green+Blue) = 164+234+171=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EAAB is #5B1554. Grayscale: #CECECE. Windows color (decimal): -5969237 or 11266724. OLE color: 11266724.

HSL color Cylindrical-coordinate representation of color #A4EAAB: hue angle of 126º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EAAB is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB164234171-
CMYK0.3000.270.08
HSL126º62.5%78.04%-
HSV(B)126º29.91%91.76%-
XYZ52.0869.6849.23-
YUV205.89108.3198.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.82%
GREEN value IS 234 (91.80% from 255) = 41.12%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=28.82%
G=41.12%
B=30.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642341710.3000.270.0812662.578.04
HexA4EAAB1E01B87e3e4e
Octal244352253360331017676116
Binary10100100111010101010101111110011011100011111101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EAAB; }

 p { color: rgb(164,234,171); }

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

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

 a { background-color: rgb(164,234,171); }

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

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

 span { border-color: rgb(164,234,171); }

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