#A6EBB1

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

Shades of Celadon #A6EBB1

Tints of Celadon #A6EBB1

Color information

#A6EBB1 (or 0xA6EBB1) is unknown color: approx Celadon. HEX triplet: A6, EB and B1. RGB value is (166,235,177). Sum of RGB (Red+Green+Blue) = 166+235+177=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EBB1 is #59144E. Grayscale: #CFCFCF. Windows color (decimal): -5837903 or 11660198. OLE color: 11660198.

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

Color convert

RGB166235177-
CMYK0.2900.250.08
HSL129.57º63.3%78.63%-
HSV(B)129.57º29.36%92.16%-
XYZ53.3770.752.43-
YUV207.76110.6498.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.72%
GREEN value IS 235 (92.19% from 255) = 40.66%
BLUE value IS 177 (69.53% from 255) = 30.62%
R=28.72%
G=40.66%
B=30.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662351770.2900.250.08129.5763.378.63
HexA6EBB11D0198823f4f
Octal246353261350311020277117
Binary101001101110101110110001111010110011000100000101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBB1; }

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

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

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

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

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

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

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

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