#ACD0BF

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

Shades of Nebula #ACD0BF

Tints of Nebula #ACD0BF

Color information

#ACD0BF (or 0xACD0BF) is unknown color: approx Nebula. HEX triplet: AC, D0 and BF. RGB value is (172,208,191). Sum of RGB (Red+Green+Blue) = 172+208+191=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0BF is #532F40. Grayscale: #C3C3C3. Windows color (decimal): -5451585 or 12570796. OLE color: 12570796.

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

Color convert

RGB172208191-
CMYK0.1700.080.18
HSL151.67º27.69%74.51%-
HSV(B)151.67º17.31%81.57%-
XYZ48.9757.6457.84-
YUV195.3125.57111.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 191 (75% from 255) = 33.45%
R=30.12%
G=36.43%
B=33.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081910.1700.080.18151.6727.6974.51
HexACD0BF110812981c4b
Octal254320277210102223034113
Binary10101100110100001011111110001010001001010011000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0BF; }

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

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

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

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

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

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

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

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