#A5E8B3

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

Shades of Celadon #A5E8B3

Tints of Celadon #A5E8B3

Color information

#A5E8B3 (or 0xA5E8B3) is unknown color: approx Celadon. HEX triplet: A5, E8 and B3. RGB value is (165,232,179). Sum of RGB (Red+Green+Blue) = 165+232+179=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E8B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E8B3 is #5A174C. Grayscale: #CECECE. Windows color (decimal): -5904205 or 11790501. OLE color: 11790501.

HSL color Cylindrical-coordinate representation of color #A5E8B3: hue angle of 132.54º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E8B3 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB165232179-
CMYK0.2900.230.09
HSL132.54º59.29%77.84%-
HSV(B)132.54º28.88%90.98%-
XYZ52.5168.9753.19-
YUV205.92112.898.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.65%
GREEN value IS 232 (91.02% from 255) = 40.28%
BLUE value IS 179 (70.31% from 255) = 31.08%
R=28.65%
G=40.28%
B=31.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652321790.2900.230.09132.5459.2977.84
HexA5E8B31D0179853b4e
Octal245350263350271120573116
Binary101001011110100010110011111010101111001100001011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E8B3; }

 p { color: rgb(165,232,179); }

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

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

 a { background-color: rgb(165,232,179); }

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

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

 span { border-color: rgb(165,232,179); }

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