#ADDAB0

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

Shades of Celadon #ADDAB0

Tints of Celadon #ADDAB0

Color information

#ADDAB0 (or 0xADDAB0) is unknown color: approx Celadon. HEX triplet: AD, DA and B0. RGB value is (173,218,176). Sum of RGB (Red+Green+Blue) = 173+218+176=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDAB0 is #52254F. Grayscale: #C7C7C7. Windows color (decimal): -5383504 or 11590317. OLE color: 11590317.

HSL color Cylindrical-coordinate representation of color #ADDAB0: hue angle of 124º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAB0 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB173218176-
CMYK0.2100.190.15
HSL124º37.82%76.67%-
HSV(B)124º20.64%85.49%-
XYZ50.1462.1650.43-
YUV199.76114.59108.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.51%
GREEN value IS 218 (85.55% from 255) = 38.45%
BLUE value IS 176 (69.14% from 255) = 31.04%
R=30.51%
G=38.45%
B=31.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732181760.2100.190.1512437.8276.67
HexADDAB015013F7c264d
Octal255332260250231717446115
Binary10101101110110101011000010101010011111111111001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAB0; }

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

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

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

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

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

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

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

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