#ADDAB1

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

Shades of Celadon #ADDAB1

Tints of Celadon #ADDAB1

Color information

#ADDAB1 (or 0xADDAB1) is unknown color: approx Celadon. HEX triplet: AD, DA and B1. RGB value is (173,218,177). Sum of RGB (Red+Green+Blue) = 173+218+177=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDAB1 is #52254E. Grayscale: #C7C7C7. Windows color (decimal): -5383503 or 11655853. OLE color: 11655853.

HSL color Cylindrical-coordinate representation of color #ADDAB1: hue angle of 125.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAB1 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB173218177-
CMYK0.2100.190.15
HSL125.33º37.82%76.67%-
HSV(B)125.33º20.64%85.49%-
XYZ50.2462.250.95-
YUV199.87115.09108.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 218 (85.55% from 255) = 38.38%
BLUE value IS 177 (69.53% from 255) = 31.16%
R=30.46%
G=38.38%
B=31.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732181770.2100.190.15125.3337.8276.67
HexADDAB115013F7d264d
Octal255332261250231717546115
Binary10101101110110101011000110101010011111111111011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAB1; }

 p { color: rgb(173,218,177); }

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

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

 a { background-color: rgb(173,218,177); }

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

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

 span { border-color: rgb(173,218,177); }

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