#ACDCC1

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

Shades of Nebula #ACDCC1

Tints of Nebula #ACDCC1

Color information

#ACDCC1 (or 0xACDCC1) is unknown color: approx Nebula. HEX triplet: AC, DC and C1. RGB value is (172,220,193). Sum of RGB (Red+Green+Blue) = 172+220+193=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCC1 is #53233E. Grayscale: #CACACA. Windows color (decimal): -5448511 or 12704940. OLE color: 12704940.

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

Color convert

RGB172220193-
CMYK0.2200.120.14
HSL146.25º40.68%76.86%-
HSV(B)146.25º21.82%86.27%-
XYZ52.2363.8160.02-
YUV202.57122.6106.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=29.40%
G=37.61%
B=32.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201930.2200.120.14146.2540.6876.86
HexACDCC1160CE92294d
Octal254334301260141622251115
Binary10101100110111001100000110110011001110100100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCC1; }

 p { color: rgb(172,220,193); }

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

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

 a { background-color: rgb(172,220,193); }

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

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

 span { border-color: rgb(172,220,193); }

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