#ACD6BC

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

Shades of Nebula #ACD6BC

Tints of Nebula #ACD6BC

Color information

#ACD6BC (or 0xACD6BC) is unknown color: approx Nebula. HEX triplet: AC, D6 and BC. RGB value is (172,214,188). Sum of RGB (Red+Green+Blue) = 172+214+188=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6BC is #532943. Grayscale: #C6C6C6. Windows color (decimal): -5450052 or 12375724. OLE color: 12375724.

HSL color Cylindrical-coordinate representation of color #ACD6BC: hue angle of 142.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD6BC is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB172214188-
CMYK0.2000.120.16
HSL142.86º33.87%75.69%-
HSV(B)142.86º19.63%83.92%-
XYZ50.1460.4956.61-
YUV198.48122.09109.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 214 (83.98% from 255) = 37.28%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=29.97%
G=37.28%
B=32.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141880.2000.120.16142.8633.8775.69
HexACD6BC140C108f224c
Octal254326274240142021742114
Binary101011001101011010111100101000110010000100011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6BC; }

 p { color: rgb(172,214,188); }

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

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

 a { background-color: rgb(172,214,188); }

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

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

 span { border-color: rgb(172,214,188); }

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