#ACD9BE

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

Shades of Nebula #ACD9BE

Tints of Nebula #ACD9BE

Color information

#ACD9BE (or 0xACD9BE) is unknown color: approx Nebula. HEX triplet: AC, D9 and BE. RGB value is (172,217,190). Sum of RGB (Red+Green+Blue) = 172+217+190=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9BE is #532641. Grayscale: #C8C8C8. Windows color (decimal): -5449282 or 12507564. OLE color: 12507564.

HSL color Cylindrical-coordinate representation of color #ACD9BE: hue angle of 144º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD9BE is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB172217190-
CMYK0.2100.120.15
HSL144º37.19%76.27%-
HSV(B)144º20.74%85.1%-
XYZ51.1262.1158.01-
YUV200.47122.09107.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=29.71%
G=37.48%
B=32.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722171900.2100.120.1514437.1976.27
HexACD9BE150CF90254c
Octal254331276250141722045114
Binary10101100110110011011111010101011001111100100001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9BE; }

 p { color: rgb(172,217,190); }

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

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

 a { background-color: rgb(172,217,190); }

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

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

 span { border-color: rgb(172,217,190); }

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