#ADDDB2

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

Shades of Celadon #ADDDB2

Tints of Celadon #ADDDB2

Color information

#ADDDB2 (or 0xADDDB2) is unknown color: approx Celadon. HEX triplet: AD, DD and B2. RGB value is (173,221,178). Sum of RGB (Red+Green+Blue) = 173+221+178=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDDB2 is #52224D. Grayscale: #C9C9C9. Windows color (decimal): -5382734 or 11722157. OLE color: 11722157.

HSL color Cylindrical-coordinate representation of color #ADDDB2: hue angle of 126.25º 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 #ADDDB2 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB173221178-
CMYK0.2200.190.13
HSL126.25º41.38%77.25%-
HSV(B)126.25º21.72%86.67%-
XYZ51.1363.8151.74-
YUV201.75114.6107.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 178 (69.92% from 255) = 31.12%
R=30.24%
G=38.64%
B=31.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211780.2200.190.13126.2541.3877.25
HexADDDB216013D7e294d
Octal255335262260231517651115
Binary10101101110111011011001010110010011110111111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDB2; }

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

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

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

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

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

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

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

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