#A3FFB6

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

Shades of Celadon #A3FFB6

Tints of Celadon #A3FFB6

Color information

#A3FFB6 (or 0xA3FFB6) is unknown color: approx Celadon. HEX triplet: A3, FF and B6. RGB value is (163,255,182). Sum of RGB (Red+Green+Blue) = 163+255+182=600 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.17% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFB6 is #5C0049. Grayscale: #DBDBDB. Windows color (decimal): -6029386 or 11992995. OLE color: 11992995.

HSL color Cylindrical-coordinate representation of color #A3FFB6: hue angle of 132.39º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FFB6 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB163255182-
CMYK0.3600.290
HSL132.39º100%81.96%-
HSV(B)132.39º36.08%100%-
XYZ59.3182.6857.09-
YUV219.17107.0287.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.17%
GREEN value IS 255 (100% from 255) = 42.5%
BLUE value IS 182 (71.48% from 255) = 30.33%
R=27.17%
G=42.5%
B=30.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632551820.3600.290132.3910081.96
HexA3FFB62401D0846452
Octal243377266440350204144122
Binary10100011111111111011011010010001110101000010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFB6; }

 p { color: rgb(163,255,182); }

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

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

 a { background-color: rgb(163,255,182); }

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

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

 span { border-color: rgb(163,255,182); }

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