#ACD5C0

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

Shades of Nebula #ACD5C0

Tints of Nebula #ACD5C0

Color information

#ACD5C0 (or 0xACD5C0) is unknown color: approx Nebula. HEX triplet: AC, D5 and C0. RGB value is (172,213,192). Sum of RGB (Red+Green+Blue) = 172+213+192=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5C0 is #532A3F. Grayscale: #C6C6C6. Windows color (decimal): -5450304 or 12637612. OLE color: 12637612.

HSL color Cylindrical-coordinate representation of color #ACD5C0: hue angle of 149.27º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5C0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB172213192-
CMYK0.1900.100.16
HSL149.27º32.8%75.49%-
HSV(B)149.27º19.25%83.53%-
XYZ50.3260.1658.83-
YUV198.35124.42109.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 192 (75.39% from 255) = 33.28%
R=29.81%
G=36.92%
B=33.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131920.1900.100.16149.2732.875.49
HexACD5C0130A1095214b
Octal254325300230122022541113
Binary101011001101010111000000100110101010000100101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5C0; }

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

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

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

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

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

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

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

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