#a3edb1

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

Shades of Celadon #A3EDB1

Tints of Celadon #A3EDB1

Color information

#A3EDB1 (or 0xA3EDB1) is unknown color: approx Celadon. HEX triplet: A3, ED and B1. RGB value is (163,237,177). Sum of RGB (Red+Green+Blue) = 163+237+177=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EDB1 is #5C124E. Grayscale: #D0D0D0. Windows color (decimal): -6033999 or 11660707. OLE color: 11660707.

HSL color Cylindrical-coordinate representation of color #A3EDB1: hue angle of 131.35º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EDB1 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB163237177-
CMYK0.3100.250.07
HSL131.35º67.27%78.43%-
HSV(B)131.35º31.22%92.94%-
XYZ53.3271.5352.59-
YUV208.03110.4895.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.25%
GREEN value IS 237 (92.97% from 255) = 41.07%
BLUE value IS 177 (69.53% from 255) = 30.68%
R=28.25%
G=41.07%
B=30.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632371770.3100.250.07131.3567.2778.43
HexA3EDB11F019783434e
Octal243355261370317203103116
Binary101000111110110110110001111110110011111000001110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3edb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3edb1; }

 p { color: rgb(163,237,177); }

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

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

 a { background-color: rgb(163,237,177); }

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

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

 span { border-color: rgb(163,237,177); }

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