#ADDFB2

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

Shades of Celadon #ADDFB2

Tints of Celadon #ADDFB2

Color information

#ADDFB2 (or 0xADDFB2) is unknown color: approx Celadon. HEX triplet: AD, DF and B2. RGB value is (173,223,178). Sum of RGB (Red+Green+Blue) = 173+223+178=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDFB2 is #52204D. Grayscale: #CBCBCB. Windows color (decimal): -5382222 or 11722669. OLE color: 11722669.

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

Color convert

RGB173223178-
CMYK0.2200.200.13
HSL126º43.86%77.65%-
HSV(B)126º22.42%87.45%-
XYZ51.6664.8751.92-
YUV202.92113.94106.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 223 (87.5% from 255) = 38.85%
BLUE value IS 178 (69.92% from 255) = 31.01%
R=30.14%
G=38.85%
B=31.01%

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
Decimal1732231780.2200.200.1312643.8677.65
HexADDFB216014D7e2c4e
Octal255337262260241517654116
Binary10101101110111111011001010110010100110111111101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFB2; }

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

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

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

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

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

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

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

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