#ADDEB4

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

Shades of Celadon #ADDEB4

Tints of Celadon #ADDEB4

Color information

#ADDEB4 (or 0xADDEB4) is unknown color: approx Celadon. HEX triplet: AD, DE and B4. RGB value is (173,222,180). Sum of RGB (Red+Green+Blue) = 173+222+180=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEB4 is #52214B. Grayscale: #CACACA. Windows color (decimal): -5382476 or 11853485. OLE color: 11853485.

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

Color convert

RGB173222180-
CMYK0.2200.190.13
HSL128.57º42.61%77.45%-
HSV(B)128.57º22.07%87.06%-
XYZ51.5964.4252.9-
YUV202.56115.27106.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 222 (87.11% from 255) = 38.61%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=30.09%
G=38.61%
B=31.30%

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
Decimal1732221800.2200.190.13128.5742.6177.45
HexADDEB416013D812b4d
Octal255336264260231520153115
Binary101011011101111010110100101100100111101100000011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEB4; }

 p { color: rgb(173,222,180); }

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

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

 a { background-color: rgb(173,222,180); }

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

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

 span { border-color: rgb(173,222,180); }

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