#A0EBAD

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

Shades of Celadon #A0EBAD

Tints of Celadon #A0EBAD

Color information

#A0EBAD (or 0xA0EBAD) is unknown color: approx Celadon. HEX triplet: A0, EB and AD. RGB value is (160,235,173). Sum of RGB (Red+Green+Blue) = 160+235+173=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EBAD is #5F1452. Grayscale: #CDCDCD. Windows color (decimal): -6231123 or 11398048. OLE color: 11398048.

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

Color convert

RGB160235173-
CMYK0.3200.260.08
HSL130.4º65.22%77.45%-
HSV(B)130.4º31.91%92.16%-
XYZ51.7569.9150.3-
YUV205.51109.6595.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.17%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=28.17%
G=41.37%
B=30.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602351730.3200.260.08130.465.2277.45
HexA0EBAD2001A882414d
Octal2403532554003210202101115
Binary10100000111010111010110110000001101010001000001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBAD; }

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

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

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

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

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

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

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

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