#A3EBB1

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

Shades of Celadon #A3EBB1

Tints of Celadon #A3EBB1

Color information

#A3EBB1 (or 0xA3EBB1) is unknown color: approx Celadon. HEX triplet: A3, EB and B1. RGB value is (163,235,177). Sum of RGB (Red+Green+Blue) = 163+235+177=575 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.35% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EBB1 is #5C144E. Grayscale: #CFCFCF. Windows color (decimal): -6034511 or 11660195. OLE color: 11660195.

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

Color convert

RGB163235177-
CMYK0.3100.250.08
HSL131.67º64.29%78.04%-
HSV(B)131.67º30.64%92.16%-
XYZ52.7570.3852.4-
YUV206.86111.1596.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.35%
GREEN value IS 235 (92.19% from 255) = 40.87%
BLUE value IS 177 (69.53% from 255) = 30.78%
R=28.35%
G=40.87%
B=30.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632351770.3100.250.08131.6764.2978.04
HexA3EBB11F019884404e
Octal2433532613703110204100116
Binary1010001111101011101100011111101100110001000010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EBB1; }

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

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

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

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

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

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

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

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