#A0EBB4

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

Shades of Celadon #A0EBB4

Tints of Celadon #A0EBB4

Color information

#A0EBB4 (or 0xA0EBB4) is unknown color: approx Celadon. HEX triplet: A0, EB and B4. RGB value is (160,235,180). Sum of RGB (Red+Green+Blue) = 160+235+180=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBB4 is #5F144B. Grayscale: #CECECE. Windows color (decimal): -6231116 or 11856800. OLE color: 11856800.

HSL color Cylindrical-coordinate representation of color #A0EBB4: hue angle of 136º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBB4 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB160235180-
CMYK0.3200.230.08
HSL136º65.22%77.45%-
HSV(B)136º31.91%92.16%-
XYZ52.4470.1953.96-
YUV206.3113.1594.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.83%
GREEN value IS 235 (92.19% from 255) = 40.87%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=27.83%
G=40.87%
B=31.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602351800.3200.230.0813665.2277.45
HexA0EBB420017888414d
Octal2403532644002710210101115
Binary10100000111010111011010010000001011110001000100010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBB4; }

 p { color: rgb(160,235,180); }

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

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

 a { background-color: rgb(160,235,180); }

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

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

 span { border-color: rgb(160,235,180); }

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