#A5EFAF

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

Shades of Celadon #A5EFAF

Tints of Celadon #A5EFAF

Color information

#A5EFAF (or 0xA5EFAF) is unknown color: approx Celadon. HEX triplet: A5, EF and AF. RGB value is (165,239,175). Sum of RGB (Red+Green+Blue) = 165+239+175=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EFAF is #5A1050. Grayscale: #D1D1D1. Windows color (decimal): -5902417 or 11530149. OLE color: 11530149.

HSL color Cylindrical-coordinate representation of color #A5EFAF: hue angle of 128.11º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EFAF is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB165239175-
CMYK0.3100.270.06
HSL128.11º69.81%79.22%-
HSV(B)128.11º30.96%93.73%-
XYZ54.1272.8351.76-
YUV209.58108.4896.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.50%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=28.50%
G=41.28%
B=30.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652391750.3100.270.06128.1169.8179.22
HexA5EFAF1F01B680464f
Octal245357257370336200106117
Binary101001011110111110101111111110110111101000000010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EFAF; }

 p { color: rgb(165,239,175); }

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

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

 a { background-color: rgb(165,239,175); }

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

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

 span { border-color: rgb(165,239,175); }

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