#ADDCB1

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

Shades of Celadon #ADDCB1

Tints of Celadon #ADDCB1

Color information

#ADDCB1 (or 0xADDCB1) is unknown color: approx Celadon. HEX triplet: AD, DC and B1. RGB value is (173,220,177). Sum of RGB (Red+Green+Blue) = 173+220+177=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDCB1 is #52234E. Grayscale: #C9C9C9. Windows color (decimal): -5382991 or 11656365. OLE color: 11656365.

HSL color Cylindrical-coordinate representation of color #ADDCB1: hue angle of 125.11º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDCB1 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB173220177-
CMYK0.2100.200.14
HSL125.11º40.17%77.06%-
HSV(B)125.11º21.36%86.27%-
XYZ50.7663.2451.13-
YUV201.04114.43108-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 177 (69.53% from 255) = 31.05%
R=30.35%
G=38.60%
B=31.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201770.2100.200.14125.1140.1777.06
HexADDCB115014E7d284d
Octal255334261250241617550115
Binary10101101110111001011000110101010100111011111011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCB1; }

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

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

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

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

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

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

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

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