#ACDBB1

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

Shades of Celadon #ACDBB1

Tints of Celadon #ACDBB1

Color information

#ACDBB1 (or 0xACDBB1) is unknown color: approx Celadon. HEX triplet: AC, DB and B1. RGB value is (172,219,177). Sum of RGB (Red+Green+Blue) = 172+219+177=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDBB1 is #53244E. Grayscale: #C8C8C8. Windows color (decimal): -5448783 or 11656108. OLE color: 11656108.

HSL color Cylindrical-coordinate representation of color #ACDBB1: hue angle of 126.38º degrees, saturation: 0.39, 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 #ACDBB1 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB172219177-
CMYK0.2100.190.14
HSL126.38º39.5%76.67%-
HSV(B)126.38º21.46%85.88%-
XYZ50.2862.6151.03-
YUV200.16114.93107.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 177 (69.53% from 255) = 31.16%
R=30.28%
G=38.56%
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.14
SystemRedGreenBlueCMYKHSL
Decimal1722191770.2100.190.14126.3839.576.67
HexACDBB115013E7e274d
Octal254333261250231617647115
Binary10101100110110111011000110101010011111011111101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBB1; }

 p { color: rgb(172,219,177); }

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

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

 a { background-color: rgb(172,219,177); }

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

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

 span { border-color: rgb(172,219,177); }

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