#ADDDB0

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

Shades of Celadon #ADDDB0

Tints of Celadon #ADDDB0

Color information

#ADDDB0 (or 0xADDDB0) is unknown color: approx Celadon. HEX triplet: AD, DD and B0. RGB value is (173,221,176). Sum of RGB (Red+Green+Blue) = 173+221+176=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDDB0 is #52224F. Grayscale: #C9C9C9. Windows color (decimal): -5382736 or 11591085. OLE color: 11591085.

HSL color Cylindrical-coordinate representation of color #ADDDB0: hue angle of 123.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDB0 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB173221176-
CMYK0.2200.200.13
HSL123.75º41.38%77.25%-
HSV(B)123.75º21.72%86.67%-
XYZ50.9363.7350.69-
YUV201.52113.6107.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 176 (69.14% from 255) = 30.88%
R=30.35%
G=38.77%
B=30.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211760.2200.200.13123.7541.3877.25
HexADDDB016014D7c294d
Octal255335260260241517451115
Binary10101101110111011011000010110010100110111111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDB0; }

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

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

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

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

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

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

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

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