#A1EBB1

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

Shades of Celadon #A1EBB1

Tints of Celadon #A1EBB1

Color information

#A1EBB1 (or 0xA1EBB1) is unknown color: approx Celadon. HEX triplet: A1, EB and B1. RGB value is (161,235,177). Sum of RGB (Red+Green+Blue) = 161+235+177=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EBB1 is #5E144E. Grayscale: #CECECE. Windows color (decimal): -6165583 or 11660193. OLE color: 11660193.

HSL color Cylindrical-coordinate representation of color #A1EBB1: hue angle of 132.97º degrees, saturation: 0.65, 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 #A1EBB1 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB161235177-
CMYK0.3100.250.08
HSL132.97º64.91%77.65%-
HSV(B)132.97º31.49%92.16%-
XYZ52.3470.1752.38-
YUV206.26111.4895.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.10%
GREEN value IS 235 (92.19% from 255) = 41.01%
BLUE value IS 177 (69.53% from 255) = 30.89%
R=28.10%
G=41.01%
B=30.89%

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
Decimal1612351770.3100.250.08132.9764.9177.65
HexA1EBB11F019885414e
Octal2413532613703110205101116
Binary1010000111101011101100011111101100110001000010110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBB1; }

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

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

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

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

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

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

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

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