#ACD2C0

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

Shades of Nebula #ACD2C0

Tints of Nebula #ACD2C0

Color information

#ACD2C0 (or 0xACD2C0) is unknown color: approx Nebula. HEX triplet: AC, D2 and C0. RGB value is (172,210,192). Sum of RGB (Red+Green+Blue) = 172+210+192=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2C0 is #532D3F. Grayscale: #C4C4C4. Windows color (decimal): -5451072 or 12636844. OLE color: 12636844.

HSL color Cylindrical-coordinate representation of color #ACD2C0: hue angle of 151.58º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD2C0 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB172210192-
CMYK0.1800.090.18
HSL151.58º29.69%74.9%-
HSV(B)151.58º18.1%82.35%-
XYZ49.5758.6758.58-
YUV196.59125.41110.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 210 (82.42% from 255) = 36.59%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=29.97%
G=36.59%
B=33.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722101920.1800.090.18151.5829.6974.9
HexACD2C0120912981e4b
Octal254322300220112223036113
Binary10101100110100101100000010010010011001010011000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2C0; }

 p { color: rgb(172,210,192); }

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

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

 a { background-color: rgb(172,210,192); }

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

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

 span { border-color: rgb(172,210,192); }

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