#ADDDAF

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

Shades of Celadon #ADDDAF

Tints of Celadon #ADDDAF

Color information

#ADDDAF (or 0xADDDAF) is unknown color: approx Celadon. HEX triplet: AD, DD and AF. RGB value is (173,221,175). Sum of RGB (Red+Green+Blue) = 173+221+175=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDDAF is #522250. Grayscale: #C9C9C9. Windows color (decimal): -5382737 or 11525549. OLE color: 11525549.

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

Color convert

RGB173221175-
CMYK0.2200.210.13
HSL122.5º41.38%77.25%-
HSV(B)122.5º21.72%86.67%-
XYZ50.8363.6950.17-
YUV201.4113.1107.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.40%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=30.40%
G=38.84%
B=30.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211750.2200.210.13122.541.3877.25
HexADDDAF16015D7a294d
Octal255335257260251517251115
Binary10101101110111011010111110110010101110111110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDAF; }

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

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

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

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

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

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

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

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