#ACD6BF

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

Shades of Nebula #ACD6BF

Tints of Nebula #ACD6BF

Color information

#ACD6BF (or 0xACD6BF) is unknown color: approx Nebula. HEX triplet: AC, D6 and BF. RGB value is (172,214,191). Sum of RGB (Red+Green+Blue) = 172+214+191=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6BF is #532940. Grayscale: #C6C6C6. Windows color (decimal): -5450049 or 12572332. OLE color: 12572332.

HSL color Cylindrical-coordinate representation of color #ACD6BF: hue angle of 147.14º 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 #ACD6BF is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB172214191-
CMYK0.2000.110.16
HSL147.14º33.87%75.69%-
HSV(B)147.14º19.63%83.92%-
XYZ50.4660.6358.33-
YUV198.82123.59108.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 191 (75% from 255) = 33.10%
R=29.81%
G=37.09%
B=33.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141910.2000.110.16147.1433.8775.69
HexACD6BF140B1093224c
Octal254326277240132022342114
Binary101011001101011010111111101000101110000100100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6BF; }

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

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

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

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

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

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

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

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