#A6EBB0

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

Shades of Celadon #A6EBB0

Tints of Celadon #A6EBB0

Color information

#A6EBB0 (or 0xA6EBB0) is unknown color: approx Celadon. HEX triplet: A6, EB and B0. RGB value is (166,235,176). Sum of RGB (Red+Green+Blue) = 166+235+176=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EBB0 is #59144F. Grayscale: #CFCFCF. Windows color (decimal): -5837904 or 11594662. OLE color: 11594662.

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

Color convert

RGB166235176-
CMYK0.2900.250.08
HSL128.7º63.3%78.63%-
HSV(B)128.7º29.36%92.16%-
XYZ53.2770.6651.91-
YUV207.64110.1498.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.77%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 176 (69.14% from 255) = 30.50%
R=28.77%
G=40.73%
B=30.50%

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
Decimal1662351760.2900.250.08128.763.378.63
HexA6EBB01D0198813f4f
Octal246353260350311020177117
Binary101001101110101110110000111010110011000100000011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBB0; }

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

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

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

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

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

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

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

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