#ADD5B0

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

Shades of Celadon #ADD5B0

Tints of Celadon #ADD5B0

Color information

#ADD5B0 (or 0xADD5B0) is unknown color: approx Celadon. HEX triplet: AD, D5 and B0. RGB value is (173,213,176). Sum of RGB (Red+Green+Blue) = 173+213+176=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD5B0 is #522A4F. Grayscale: #C4C4C4. Windows color (decimal): -5384784 or 11589037. OLE color: 11589037.

HSL color Cylindrical-coordinate representation of color #ADD5B0: hue angle of 124.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD5B0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB173213176-
CMYK0.1900.170.16
HSL124.5º32.26%75.69%-
HSV(B)124.5º18.78%83.53%-
XYZ48.8659.6150-
YUV196.82116.25111.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.78%
GREEN value IS 213 (83.59% from 255) = 37.90%
BLUE value IS 176 (69.14% from 255) = 31.32%
R=30.78%
G=37.90%
B=31.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732131760.1900.170.16124.532.2675.69
HexADD5B013011107c204c
Octal255325260230212017440114
Binary101011011101010110110000100110100011000011111001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5B0; }

 p { color: rgb(173,213,176); }

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

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

 a { background-color: rgb(173,213,176); }

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

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

 span { border-color: rgb(173,213,176); }

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